Just discovered how to do this so putting it up in case it helps anyone else.
What I did to get vCash displayed in the post bit is;
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit Templates -> Edit 'Postbit'.
Search for;
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
After add;
Code:
<div>vCash: $bbuserinfo[vbookie_cash]</div></if>
This added users vCash amount under their post count.
Hopefully this will help others.