SkipOdds

Cricket Odds API

Draw-aware probabilities across formats — two legs or three, as the market prices it.

What the cricket feed returns

Cricket is draw-aware by construction. Rows at /v1/cricket/fixtures carry format and league, and the consensus object includes a draw leg only when the surveyed market actually prices one — multi-day cricket can end drawn, limited-overs cricket effectively cannot. Matches stay on the board for twelve hours after start, the longest window in the API, because a fixture can run for days.

Three outcomes per market — home, draw and away — normalised to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: CricketSeek.

De-vigging cricket

That optional third leg is exactly why generic de-vig code gets cricket wrong: normalise two prices when the market quoted three and every probability is overstated. SkipOdds normalises whatever legs are present so they total 1.0000, and simply omits draw when the market did not quote it — the shape of the response tells you which kind of match you are looking at.

Cricket board, live

33 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/cricket/fixtures

MatchHomeDrawAway
Jamaica Kingsmen v St Kitts & Nevis Patriots
2026-08-19 00:00 UTC · CPLT20 · franchise
47.7%52.3%
Sri Lanka v India
2026-08-19 04:30 UTC · Test Matches · test
1.8%8.1%90.1%
England v Pakistan
2026-08-19 10:00 UTC · Test Matches · test
63.7%15.0%21.3%
Saint Lucia Kings v Guyana Amazon Warriors
2026-08-19 23:00 UTC · CPLT20 · franchise
38.7%61.3%
Australia v Bangladesh
2026-08-22 00:00 UTC · Test Matches · test
82.5%7.6%9.9%

One curl

curl https://skipodds.com/v1/cricket/fixtures -H "x-api-key: skipodds-demo-2026"

The demo key serves 100 requests/day, shared by everyone — enough to evaluate. Keys go in the x-api-key header (or Authorization: Bearer), never in the query string: URLs leak into logs, proxies and Referer headers. Full parameters in the API reference.

From an AI assistant (MCP)

SkipOdds is also an MCP server, so an assistant can pull cricket probabilities itself — point it at https://skipodds.com/mcp:

{
  "mcpServers": {
    "skipodds": {
      "url": "https://skipodds.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Without a key the shared demo quota applies. A free personal key gives you 250 requests/day that nobody else can drain.

Get started

Get an API keyAPI referenceWhy SkipOdds

Other sports on the same key: Soccer odds API · NFL odds API · NBA odds API · MLB odds API · NHL odds API · College football odds API · College basketball odds API · Tennis odds API · Rugby odds API · MMA odds API · Boxing odds API · Golf odds API