How the result is built
How Poker Odds Are Calculated
A poker odds calculation starts with the cards already known. The calculator removes them from the deck, generates legal future boards, compares each player’s best five-card hand, and aggregates the outcomes.

Simulation before the flop, exact enumeration after it
Before the flop, the possible five-card boards are numerous, so the calculator samples many valid boards with seeded Monte Carlo simulation. Once fewer community cards remain unknown, it can check every legal combination exactly. The result panel always identifies which method was used.
In the pictured flop, seven cards are known. That leaves 45 unseen cards and C(45, 2) = 990 unordered turn–river combinations, so every runout can be evaluated exactly.
- Remove known cards45 unseen cards remain
- Generate legal boards990 turn–river combinations
- Compare best fiveEvaluate both players
- Aggregate outcomesWin, tie, loss, and equity
Equity Is Not the Same as Win Percentage
This fixed flop has no tied runouts, so the hero’s 62.53% equity matches the 62.53% outright win rate. When split pots are possible, equity adds only the player’s fractional share of each tie; a two-way tie contributes half an outcome, not a full win.
- Win 62.53%
- Tie 0.00%
- Loss 37.47%
Fixed example · 990 exact outcomes
Equity = (wins + fractional tie shares) ÷ all legal outcomes