Also with regards to the 37,500 bet situation, I've already compensated the guy who should have won the 9900x payout 1 coin and will see if it is possible to run some sort of query for anyone who made this bet. In this situation the site was documented 100% correctly, just the house edge was advertised as 1% not 1.01% on old PD incorrectly.
I think you still misunderstand the situation.
The house edge was over 50% for some bets, and all kinds of values lower than that for all kinds of other bets.
Look at the 0.5% bet, for instance.
On PD2 you had to get a "raw" roll of 99.505 or higher to win. That's a 0.495% chance of winning, or 0.005% lower than advertised (as all bets were).
That results in a house edge of 1.99%, almost twice the advertised edge.
Here are some more examples, showing various actual house edge numbers from 50.5% down to 1.0055%. No bet actually had the advertised 1% edge:
>>> chance=0.01; 100 - ((chance - 0.005) * 99/chance)
50.5
>>> chance=0.1 ; 100 - ((chance - 0.005) * 99/chance)
5.95
>>> chance=0.5 ; 100 - ((chance - 0.005) * 99/chance)
1.99
>>> chance=1 ; 100 - ((chance - 0.005) * 99/chance)
1.495
>>> chance=5 ; 100 - ((chance - 0.005) * 99/chance)
1.099
>>> chance=10 ; 100 - ((chance - 0.005) * 99/chance)
1.0495
>>> chance=49.5; 100 - ((chance - 0.005) * 99/chance)
1.01
>>> chance=90.0; 100 - ((chance - 0.005) * 99/chance)
1.0055
Since 750 million bets were made with this flaw, and the flaw is expected to have affected 0.005% of all bets, that means an expected 37,500 bets were affected by the problem.
I'm glad to hear that you've compensated one of the [edit:
expected - it could be more or less] 37,500 victims.