Decimal odds pop up on an exchange — convert to American odds in seconds or risk a costly mis-bet.
A live exchange displays 1.68 on a market while an American book lists -150 — reaction time matters. A bettor scanning multiple sites often has only seconds before a line drifts; misreading decimal odds can lead to wrong stake sizing or taking the wrong side. Clicking “place bet” without a fast conversion risks real money.
A simple mental check buys confidence: two short rules translate decimal into American notation instantly. Keep a phone calculator handy or memorise the rules so the bettor can compare lines and confirm stake decisions accurately before the market moves.
- Decimal ≥ 2.00: American = +(decimal − 1) × 100. Example: 3.50 → +250 (round to nearest integer).
- Decimal < 2.00: American = −100 ÷ (decimal − 1). Example: 1.50 → −200 (round to nearest integer).
What Decimal and American Odds Actually Represent
- Decimal odds
Show the total return (stake plus profit) for every 1 unit wagered. For example, 2.50 means a 1-stake returns 2.50 total (profit = 1.50).
- American odds (general)
Frame outcomes as how much is risked or won on a 100-unit baseline; the sign tells which. Positive numbers give profit on 100 staked; negative numbers show how much must be risked to win 100.
- Negative American odds = favorite
A minus sign indicates the favorite; the absolute value is the stake required to win 100. Example: −200 means risk 200 to win 100 (stronger favorite with larger absolute value).
- Positive American odds = underdog
A plus sign marks the underdog; the number equals profit from a 100 stake. Example: +300 yields 300 profit on 100 staked (larger positive = longer shot).
- Quick read rule
If odds start with ‘−', think ‘risk X to win 100'; if ‘+', think ‘win X on 100'. Use the conversion formulas to switch precisely between formats.
Copy‑and‑paste conversion formulas
Two simple formulas convert decimal odds (d) to American odds:
- Underdog (positive American): (d − 1) × 100
- Favorite (negative American): −100 ÷ (d − 1)
Preconditions: decimal must be greater than 1.00. If d = 2.00, the result is +100 (break‑even profit equals stake).
Rounding rules (practical):
- Round the raw result to the nearest whole number for quick use (most people and tools read integers).
- Sportsbooks often adjust to conventional lines (for example -110, -120, +150) rather than the mathematically nearest integer; expect small differences when placing bets.
Examples (rounded):
- d = 2.50 → (2.5 − 1) × 100 = +150
- d = 1.80 → −100 ÷ (1.8 − 1) = −100 ÷ 0.8 = −125
- d = 2.00 → +100 (exact)
Ready‑to‑copy spreadsheet formulas (assume decimal in cell A1):
- Excel / Google Sheets (text result with sign): =IF(A1=2,”+100″,IF(A1>2,”+” & ROUND((A1-1)*100,0),”-” & ROUND(100/(A1-1),0)))
- Excel / Google Sheets (numeric result, positives as positive integers, negatives as negative integers): =IF(A1=2,100,IF(A1>2,ROUND((A1-1)*100,0),-ROUND(100/(A1-1),0)))
Best practice: use the numeric formula for calculations (implied probability, staking), then format the display to add a leading ‘+' for positive values when presenting odds. This keeps math exact while matching sportsbook presentation.
Decimal must be > 1.00. A decimal of 1.00 means no return and cannot be expressed as American odds. Small rounding shifts change implied probability slightly, so prefer the numeric formula for follow‑up calculations.
Fast mental‑math routine
- Decide sign
Check whether the decimal is 2.00 or higher (underdog → positive American) or below 2.00 (favorite → negative American).
- Underdog shortcut (decimal ≥ 2)
Subtract 1 then move the decimal two places right. Example: 2.45 → (2.45−1)=1.45 → 145 → +145; then round to the nearest common line.
- Favorite shortcut (decimal < 2)
Subtract 1 and compute −100 divided by that result. Treat it as 100 ÷ fractional part, then add a minus sign. Example: 1.91 → 0.91 → 100/0.91 ≈ 110 → −110.
- Use fraction approximations
Replace awkward divisions with familiar fractions: 0.5→200, 0.67→150, 0.8→125, 0.9→111. Convert by recognising the fraction close to the decimal part.
- Round to conventional lines
Snap the result to standard market increments (−110, −120, −150, −200; +100, +150, +200). This keeps estimates practical and familiar.
Memorize these common anchors to skip calculation:
1.25 → −400 1.50 → −200 1.67 → −150 1.83 → −120 1.91 → −110 2.00 → +100 2.20 → +120 2.50 → +150 3.00 → +200 4.00 → +300Round to the nearest market line when exact division is slow.
Worked conversions
Four worked conversions
- Decimal 1.75 → American
- Subtract 1: 1.75 − 1 = 0.75. Apply negative formula: −100 / 0.75 = −133.333… → round to −133.
- Sign check: negative → favorite. Implied probability: 1 / 1.75 = 0.5714 → 57.14%.
- Decimal 2.50 → American
- Subtract 1: 2.50 − 1 = 1.50. Apply positive formula: 1.50 × 100 = 150 → display as +150.
- Sign check: positive → underdog. Implied probability: 1 / 2.50 = 0.40 → 40.00%.
- Decimal 1.20 → American
- Subtract 1: 1.20 − 1 = 0.20. Negative formula: −100 / 0.20 = −500 (already integer).
- Sign check: negative → heavy favorite. Implied probability: 1 / 1.20 = 0.8333 → 83.33%.
- Decimal 3.80 → American
- Subtract 1: 3.80 − 1 = 2.80. Positive formula: 2.80 × 100 = 280 → display as +280.
- Sign check: positive → underdog. Implied probability: 1 / 3.80 = 0.26316 → 26.32%.
Round the final American number to the nearest integer; add a plus sign for positive results. Negative values indicate the favorite, positive values indicate the underdog.
Common conversion mistakes
Small rounding can flip the sign or change the integer American line.
The conversion formula is nonlinear near 2.00; rounding early can move an underdog into favorite territory or alter the displayed number.
Decimal odds are total return per unit stake (stake + profit).
Applying a profit-only mindset to the decimal→American formula underreports returns and produces wrong American values and stake advice.
Vig moves market odds away from fair probabilities and affects implied probabilities.
Converting market decimals without adjusting for vig gives overoptimistic implied probabilities and can hide the true value or arbitrage opportunities.
Compute with at least three decimals and round only at the end. Remember: decimal = total return, not profit. Check implied-probability sums—if they exceed 100%, adjust for the bookmaker vig before trusting converted odds.
Don't round early Distinguish profit vs total return Adjust for vig when comparing marketsAutomate conversions: quick options
Exact spreadsheet formula
Place the decimal in A2. Use this Google Sheets / Excel formula to get rounded American odds with sign:
=IF(A2>=2, “+” & ROUND((A2-1)*100,0), “-” & ROUND(100/(A2-1),0))
This handles common decimals (>1). Add input validation if decimals can be ≤1.
Smartphone calculator workflow
- For favorites (decimal < 2): subtract 1, divide 100 by that result, round, prefix “-“.
- For underdogs (decimal ≥ 2): subtract 1, multiply by 100, round, prefix “+”.
Example: 1.67 → 1.67−1=0.67 → 100/0.67≈149 → display −149.
Quick browser / bookmarklet approach for lists
Use a bookmarklet that prompts for comma‑separated decimals and returns converted odds:
javascript:(function(){var d=prompt(‘Decimals,comma');if(!d) return;var arr=d.split(‘,').map(function(s){var x=parseFloat(s);return (x>=2?'+'+Math.round((x-1)*100:”):'-‘+Math.round(100/(x-1)));});alert(arr.join(‘, ‘));})();
(Adapt to parse page elements when scaling.)
Verification checklist for pipelines
- Test with known examples (1.50→−200, 2.50→+150).
- Round‑trip: convert to implied probability and back.
- Handle invalid/edge inputs and log anomalies.
- Compare sample outputs to an odds API or independent script.
For bulk processing, use Python/pandas or dedicated odds APIs for vectorized conversions and scheduled updates.
Quick conversion checklist
- Confirm decimal > 1; reject malformed inputs.
- Apply the correct formula: for decimal ≥ 2 use (d − 1)×100 with '+'; for decimal < 2 use −100/(d − 1) and round.
- Round final American odds to nearest integer; keep the sign visible (+/−). Maintain favorite/underdog sanity (negatives = favorites). (If unsure, run a calculator check.) {
Keep it fast. Confirm input, apply the correct formula, round with sign, and log the conversion for later verification. For broader workflow and recommended utilities, consult the best betting tools for beginners.
- Sign sanity Check sign and magnitude before committing; favorites should be negative.
- Rounding Round to the nearest whole number and keep the ‘+' for underdogs.
- Record Record decimal source and timestamp to track line movement and vig.
- Fallback Use an automated tool when time is tight; verify with the mental‑math anchor.

