FREE DEV TOOL · NO SIGNUP

Parlay Calculator

Combine any number of legs in American odds, see combined odds and payout on any stake, and handle a void/push leg the way sportsbooks actually grade it. Pure arithmetic, nothing sent to a server.

1
2

Active legs

2

Combined American

+377

Combined decimal

4.77

Payout on a $100.00 stake

$477.27

$377.27 profit + your $100.00 stake back, if every active leg wins.

A voided leg is removed from the combined odds entirely, as if it were never part of the parlay — the standard sportsbook treatment for a push. It is not scored as a loss.

What this is (and isn't)

This is a documented reference implementation of parlay odds math — multiplying each leg's decimal odds together, with a void/push toggle modeled the way real sportsbooks grade a tied leg. It doesn't show live sportsbook lines, link to a sportsbook, or take a stake for real money — every leg here is one you type in, computed on your device. If you need live odds data behind this math, that's what the API is for.

Frequently asked

How are combined parlay odds calculated?
Convert each leg’s American odds to decimal odds, then multiply every active leg’s decimal odds together. That product is the combined decimal odds for the parlay, which converts back to a single American price for display.
What happens to a parlay when one leg pushes (voids)?
Standard sportsbook behavior removes a pushed leg from the parlay entirely, reducing it to an N-1 leg parlay priced on the remaining legs’ odds — the push is not treated as a loss and does not zero out the ticket. This calculator’s per-leg void toggle models exactly that.
Why doesn’t this calculator have a "losing leg" option?
A parlay calculator computes odds and payout before any outcome is known. If any leg genuinely loses, the whole parlay pays $0 — that needs no special modeling. The only leg outcome worth modeling ahead of time is a push/void, because unlike a loss it doesn’t zero the ticket.
What’s the minimum number of legs for a parlay?
Two. A single leg is just a straight bet, not a parlay. If voiding legs drops your active count below two, this calculator shows a clear note instead of a combined-odds number that wouldn’t mean anything.
Does this calculator use real sportsbook odds?
No. It runs entirely in your browser on the numbers you type in — there’s no live odds feed, no vendor data, and nothing sent to a server. It’s a reference implementation of parlay math, not a betting page.

Need the live odds behind the math?

This calculator is free forever, no key required. When you're ready for real sportsbook lines, scores, and stats behind it, the API has a free tier too.

250 req/day free (500 with GitHub). No credit card.