# Decimal <-> American 2.30 = +130 # (decimal - 1) × 100 when ≥ 2.00 1.667 = -150 # -100 / (decimal - 1) when < 2.00 # Parlay math is just multiplication in decimal: 1.909 × 1.909 × 1.909 = 6.96
Decimal is the format of choice for computation: probabilities, parlays, and EV formulas all become one-liners, with no sign-flip special case.
Request decimal prices via the odds-format parameter on any odds endpoint (the-odds-api-compatible). Exchange and international book prices are natively decimal, so cross-source comparison is cleanest in this format. Details in the docs.