How can I find out the acitivty needed for legendary for a certain account?
AFAIK, you can't. Just somewhere between 775 and 1030 activity.
AFAIK you can, theymos said that atleast. Maybe only staff can look it up though.
Sorry, I found it. But still, you need to know how to read this code ...
Can you make getting legendary provability fair? So we know if you don't like us that we get it anyway

Nah, that'd significantly complicate things. Currently this randomness is done with a single SQL query, which is very convenient.
update smf_members set ID_POST_GROUP=21 where ID_POST_GROUP=8 and
activity>=775 and activity>=775+conv(substr(sha1(concat(ID_MEMBER,
secretSeed)), 1, 2), 16, 10);
The required activity level per user is suitably random for betting, but anyone who can read my code (there are a few such people) will be able to exactly predict when someone will become Legendary, so I don't really recommend it.