Independent guide · Betting
How to calculate parlay (accumulator) probability and why bookmaker margin compounds
Step-by-step guide to computing parlay odds and implied probability, how to remove bookmaker vig (no‑vig) for fair estimates, and why per‑leg margins become large on multi‑leg bets.

Why this matters
A parlay’s payout is the product of each leg’s decimal odds and its market‑implied probability is the product of per‑leg implied probabilities; bookmaker margin (overround) on each leg compounds multiplicatively across legs, inflating the house edge on accumulators.
What a parlay (accumulator) is
A parlay (accumulator) is a single bet that links two or more selections. To win the parlay, every linked selection must be successful; a single losing leg makes the whole parlay lose.
Work with decimal odds for clarity: convert any fractional or American odds to decimal, then multiply the decimal odds of every leg to get the combined parlay price. Payout equals stake × combined decimal odds; profit = payout − stake.
- Parlay payout = product of decimal odds (D1 × D2 × ... × DN).
- Decimal workflow avoids intermediate conversions and supports direct multiplication (see Odds.How).
- Every selection must win; parlays have high variance compared with single bets.
- Assume bookmaker rules (rounding, caps) can alter final payout—check operator terms.
Parlay probability and implied probabilities
For a single leg with decimal odds D, the market‑implied probability is p = 1 / D. For independent legs, the parlay’s market‑implied probability P is the product of per‑leg implied probabilities: P = p1 × p2 × ... × pN.
Equivalently, using decimal odds, P = 1 / (D1 × D2 × ... × DN). This simple product formula assumes independence between legs—if legs are correlated (same‑game props, linked outcomes) the formula does not hold and joint probability modelling is required.
- Single‑leg implied prob: p = 1 / decimal_odd.
- Parlay implied prob (independent legs): P = ∏ (1/Di) = 1 / ∏ Di. (See Odds.How.)
- Independence is a core assumption—violations can materially change true chances.
- Use decimal odds to compute payout and implied probability consistently.
How bookmaker margin (overround) compounds on parlays
Bookmaker margin (vig or overround) is the excess when you sum market‑implied probabilities across all mutually exclusive outcomes in a market; overround = sum(qi) − 1 where qi = 1/Di. That margin means offered odds embed a house edge.
When you combine multiple legs that each include margin, the effective margin on the parlay grows multiplicatively. A small per‑leg margin becomes a much larger cumulative margin across many legs — for example, a 5% per‑leg margin modeled as a 1.05 multiplier across four legs becomes 1.05^4 − 1 ≈ 21.6% effective margin (see BetRedge).
- Overround calculation: sum implied probs for market outcomes, subtract 1 → margin (academic treatments at CiteseerX).
- Compound effect: per‑leg multiplier (1 + margin) raised to N legs gives approximate cumulative multiplier.
- Compound margin increases house edge more rapidly than bettors intuitively expect.
- Compare EV of parlay vs separate single bets because per‑leg vig compounds.
Removing vig (no‑vig) and practical calculator inputs
To estimate a fair parlay probability (no‑vig), convert each offered decimal Di to implied qi = 1/Di, sum qi across mutually exclusive outcomes in that market to get S, then normalize: pi_fair = qi / S. Convert back to fair decimal odds 1 / pi_fair. Multiply normalized probabilities across independent legs to estimate a no‑vig parlay probability.
Practical calculator inputs should include: odds format selector (decimal/fractional/US), per‑leg decimal conversion, independence indicator, stake, and an option to remove vig. Outputs should show combined decimal odds, market‑implied parlay probability, optional no‑vig probability, payout, profit, and an explanation of compound margin.
- No‑vig normalization: qi = 1/Di; S = Σqi; pi_fair = qi/S; fair decimal = 1/pi_fair.
- Calculator outputs: combined decimal, market implied P, no‑vig P, payout, profit, compound margin estimate.
- Flag correlated legs—no simple product if dependence exists.
- Document timestamp for odds snapshot; market prices move.
Practical checklist
- Convert all odds to decimal before multiplying.
- Confirm whether legs are independent; do not multiply if correlated without a proper joint model.
- If you want a ‘true’ estimate, normalize (remove vig) before multiplying probabilities.
- Show stake, combined decimal odds, implied probability, payout and profit in results.
- Note bookmaker-specific rules (rounding, payout caps, special terms) that may change the payout.
Sources and further reading
Fact-checked: . External sources open in a new tab.
- Parlay mathOdds.How
- Parlay Calculator — Combined Odds, Real Probability, Compound MarginBetRedge
- Statistical/academic treatment of bookmaker margin / overroundCiteSeerX (working paper)