I think it could be hardcoded in the algorithm that with every won bet the odds of winning the next bet are altered ever so slightly. Now I am no programmer would like someone credible to either confirm or deny this?
If you open a new deck of cards and pick one randomly, then you have 1/52 chance of getting a King of Spades.
Now, you open a new deck, and you draw another random card. You still have 1/52 chance of getting a King of Spades, because everything resets after every attempt (a new deck).
This game is provably fair; so you can verify that the number is calculated randomly. I see it hard to develop such a complex code that takes provably fair into account
