Same-game parlay pricer

Add up to 4 legs with their American prices, click Price it, and see the independent-baseline parlay price. This demo computes the product of marginal implied probabilities, which is the price the legs would parlay to if they were uncorrelated. Real SGP prices differ by 5 to 40% depending on per-leg correlation. The full /v1/sgp/price endpoint applies literature-derived correlation coefficients.

Build a parlay

How real SGP pricing differs

Three coefficients drive the difference between independent baseline and real SGP:

The full /v1/sgp/price endpoint returns the independent baseline alongside the correlation-adjusted price and names the literature source for each pair. Sign up free at /signup for access.

How to call the demo directly

curl -s -X POST 'https://parlay-api.com/v1/try/sgp/price' \
  -H "Content-Type: application/json" \
  -d '{"legs": [{"price": -145, "label": "Yankees ML"},
                {"price": -105, "label": "Over 8.5"}]}' | jq

Rate-limited to 60 req/h per IP, max 4 legs per request. No auth required. The full endpoint at /v1/sgp/price supports up to 20 legs and applies correlation modeling.