Bout winners cleaned into two probabilities that sum to 100%.
Boxing has its own namespace, /v1/boxing/fixtures, sharing the MMASeek feed with MMA but never sharing a response — asking for boxing returns boxing. Rows name both fighters in p1 and p2 and the card in event.
Two outcomes per market, no draw leg — the pair normalises to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: MMASeek.
The market prices the winner only, two legs, so de-vigging is a normalisation of two averaged prices to 1.0000 exactly. Boxing cards are announced far in advance and priced thinly at first, so the honest read is the probability together with books_surveyed and margin_removed — both returned on every row.
25 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/boxing/fixtures
| Bout | Fighter 1 | Fighter 2 |
|---|---|---|
| Amanda Serrano v Lucrecia Manzur 2026-08-22 00:00 UTC · Boxing | 91.6% | 8.4% |
| Jahmal Harvey v Hammet Keb del Valle 2026-08-22 00:30 UTC · Boxing | 92.3% | 7.7% |
| Mayeli Flores v Melissa Mortensen 2026-08-22 01:00 UTC · Boxing | 55.2% | 44.8% |
| Mayelli Flores Rosquero v Melissa Mortensen 2026-08-22 01:00 UTC · Boxing | 53.5% | 46.5% |
| Avious Griffin v Jackson Marinez 2026-08-22 01:45 UTC · Boxing | 89.3% | 10.7% |
| Emmanuel Buttigieg v P A Gordon 2026-08-22 18:05 UTC · Boxing | 90.8% | 9.2% |
| Tiah Mai Ayton v Ellie Hellewell 2026-08-22 18:55 UTC · Boxing | 88.8% | 11.2% |
| Jimmy Sains v Tom Cowling 2026-08-22 19:35 UTC · Boxing | 74.9% | 25.1% |
| George Liddard v Dario Morello 2026-08-22 22:00 UTC · Boxing | 87.2% | 12.8% |
| Carlos Utria v Israel Mercado 2026-08-23 01:00 UTC · Boxing | 84.7% | 15.3% |
curl https://skipodds.com/v1/boxing/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.
SkipOdds is also an MCP server, so an assistant can pull boxing 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 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 · Cricket odds API · Rugby odds API · MMA odds API · Golf odds API