Union match probabilities with the draw priced as a real outcome.
Rugby union runs on the ScrumSeek feed at /v1/rugby/fixtures, through the same draw-aware engine as cricket — a drawn eighty minutes is a real result, so it gets a real probability instead of being folded into the two team prices. Rows carry league and start time, and a match stays listed for twelve hours after kickoff.
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: ScrumSeek.
Three legs mean a larger overround to strip than a two-way moneyline: home, draw and away are each averaged across the surveyed books, inverted, and rescaled to total 1.0000. Where the market quotes no draw for a fixture, the response returns two legs rather than inventing a third — the draw is never back-filled from an assumption.
26 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/rugby/fixtures
| Match | Home | Draw | Away |
|---|---|---|---|
| New Zealand Warriors v Manly Warringah Sea Eagles 2026-09-05 05:00 UTC · NRL · league | 69.0% | 3.9% | 27.1% |
| North Queensland Cowboys v Canberra Raiders 2026-09-05 07:30 UTC · NRL · league | 59.8% | 4.0% | 36.2% |
| Cronulla Sutherland Sharks v Melbourne Storm 2026-09-05 09:35 UTC · NRL · league | 29.4% | 4.1% | 66.5% |
| St George Illawarra Dragons v Parramatta Eels 2026-09-06 04:00 UTC · NRL · league | 39.7% | 4.4% | 55.9% |
| Penrith Panthers v Wests Tigers 2026-09-06 06:05 UTC · NRL · league | 83.2% | 3.3% | 13.6% |
curl https://skipodds.com/v1/rugby/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 rugby 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 · MMA odds API · Boxing odds API · Golf odds API