Paste in the two (or three) prices a book is offering. This strips out the bookmaker margin and gives you the fair win probability and fair odds for each side, plus the hold. Type any price and it recomputes instantly.
| Outcome | Your price | Implied | Fair prob | Fair decimal | Fair American |
|---|
Built on the same math ParlayAPI runs. This is the exact
devig used by ParlayAPI's /v1/devig and /v1/ev
endpoints, applied at scale across 45+ sources instead of one line at a time.
Get it via the API.
A bookmaker's prices always add up to more than 100% implied probability. That extra slice is the vig (also called the margin, juice, or hold). Devigging removes it so you can see what the book actually thinks each outcome's chance is.
p = 1 / decimal odds.fair decimal = 1 / fair probability, and to American if you prefer.
This is the proportional method (each probability is scaled by
the same factor, 1 / overround, which is why it is also called the
multiplicative method). It is the standard, transparent default. Other approaches
exist for splitting the margin unevenly between favorite and longshot (additive,
Shin, power) and can be a better fit for heavy favorites, but they need extra
assumptions; proportional makes none.
Removing the vig tells you the market's fair price, not the true probability of the event. A single book can be wrong or slow. For a sharper estimate, devig a sharp market (or a consensus of several books) rather than the same book you are betting into, and compare that fair price against the price you can actually get. That comparison is exactly what an expected-value check does.