Craps
Pass, don't pass, field — the real odds
Pick a bet — the whole sequence resolves in one throw.
House rules & odds
The come-out is rolled, and if it sets a point the dice keep rolling until the point repeats or a seven shows — all inside one request, server-side. You are shown the full sequence afterwards, so nothing about the result waits on anything the browser sends.
The point phase looks like an infinite series but collapses: once a point is set, the only rolls that matter are the point and the seven, so the chance of making it is simply ways(point) / (ways(point) + ways(7)).
Pass 98.586% · Don't pass 98.636% · Field 97.222% — the real odds of the real game. This is the one family of bets in the app not priced to a flat 99%, because the point mechanic is the thing being modelled and re-pricing it would make it a different game.
Bet
Pass and don't pass roll on until the point repeats or a seven shows. Field is settled on one roll.