Different set of (group) profile fields depending on subtype

Let's say i wanted to have a different set of profile fields depending on subtype of a group.
I've registered the hook on 'profile:fields'  in my plugin, but i can't find how to know the subtype so i would be able to conditionally return the correct fields.

Can anyone please assist me?