Odds API by market / Rugby League
Rugby League Point Spread API
Live spreads odds across every book that posts it, in one REST call — and, unlike any other odds API, every one of those outcomes settled against the official result once play ends.
No credit card. 1,000 requests / day on the free tier.
What Rugby League point spread is
The handicap market. Each outcome carries a `point` (the handicap) alongside its price. Alternate spreads arrive in the same response rather than behind a separate paid market, so a full ladder is one request.
How we settle it. Settled against the final margin. An exact push on a whole-number handicap returns `push`, not a win or a loss.
Every number on this page is measured against the live API, never copied from a spec sheet. Last measured 8 September 2026.
Books posting Rugby League point spread
Measured live, not listed from a spec. Coverage moves — a book that has not put its board up yet will not appear until it does, which is exactly what this list is for.
Line shopping across all of them is one request — every book arrives in the same bookmakers array, not one call per book. Add ?bookmakers= to narrow it, or use /best-line for the best price per line already ranked.
Recently settled Rugby League point spread outcomes
These are real rows out of the API, not an illustration. Each one was a price on a board before the event and carries the actual figure it was graded against afterwards. No other odds API returns that last column — they stop at the price.
56 point spread outcomes settled in the last 4 days across 2 books. The 12 most recent:
| Bet | Actual | Result |
|---|---|---|
| Penrith Panthers -31.5 | 28.0 | lost |
| Wests Tigers 31.5 | 28.0 | won |
| Penrith Panthers -18.5 | 28.0 | won |
| Wests Tigers 18.5 | 28.0 | lost |
| Parramatta Eels 2.5 | 2.0 | won |
| Penrith Panthers -17.5 | 28.0 | won |
| St George Illawarra Dragons -2.5 | 2.0 | lost |
| Cronulla Sharks -1.5 | -4.0 | lost |
| Melbourne Storm 1.5 | -4.0 | won |
| Wests Tigers 17.5 | 28.0 | lost |
| Penrith Panthers -19.5 | 28.0 | won |
| Wests Tigers 19.5 | 28.0 | lost |
Hit rate, last 4 days
50% of 56 settled point spread legs hit (28 yes, 28no). Counted on the YES side only — books that price this two-way contribute their Over leg, not both. That is the base rate across the whole priced field, not a per-player figure.
Per-player hit rates and L5 / L10 / L20 splits live on /trends.
Live response
Captured from the real endpoint on Canterbury Bankstown Bulldogs W @ Sydney Roosters W, trimmed to one book and three outcomes so the shape stays readable. The full response carries every book and every line, alternates included, in the same call.
{
"home_team_key": null,
"away_team_key": null,
"home_team_id": null,
"away_team_id": null,
"id": "205967",
"sport_key": "rugby_league",
"home_team": "Sydney Roosters W",
"away_team": "Canterbury Bankstown Bulldogs W",
"commence_time": "2026-09-10T09:45:00Z",
"live": false,
"last_update": "2026-09-08T13:28:37.550979Z",
"merged_from_event_ids": null,
"bookmakers": [
{
"key": "bovada",
"title": "Bovada",
"last_update": "2026-09-08T13:28:37.550979Z",
"link": null,
"app_link": null,
"pregame_only": false,
"book_event_id": null,
"markets": [
{
"key": "spreads",
"description": "Point Spread",
"last_update": "2026-09-08T13:28:37.550979Z",
"period": null,
"suspended_at": null,
"team": null,
"outcomes": [
{
"name": "Sydney Roosters W",
"description": "Sydney Roosters W",
"price": -115,
"point": -38.5,
"book_updated_at": "2026-09-08T11:31:31.159000Z",
"book_version": null,
"payout_multiplier": null,
"dfs_odds_type": null,
"last_change_at": "2026-09-08T11:07:47.167117Z",
"last_seen_at": "2026-09-08T13:28:37.550979Z",
"liquidity": null,
"liquidity_updated_at": null,
"line_gap": null,
"book_outcome_id": null,
"outcome_id": null,
"player_id": null
},
{
"name": "Canterbury Bankstown Bulldogs W",
"description": "Canterbury Bankstown Bulldogs W",
"price": -115,
"point": 38.5,
"book_updated_at": "2026-09-08T11:31:31.159000Z",
"book_version": null,
"payout_multiplier": null,
"dfs_odds_type": null,
"last_change_at": "2026-09-08T11:07:47.167117Z",
"last_seen_at": "2026-09-08T13:28:37.550979Z",
"liquidity": null,
"liquidity_updated_at": null,
"line_gap": null,
"book_outcome_id": null,
"outcome_id": null,
"player_id": null
}
]
}
]
}
]
}The response shape is the-odds-api compatible — events, bookmakers, markets, outcomes — so migrating is usually a base URL change.
Try it
1. List Rugby League events to get an event id:
curl "https://api.prop-line.com/v1/sports/rugby_league/events?apiKey=YOUR_API_KEY"2. Pull point spread for one game across every book — this exact URL works right now:
curl "https://api.prop-line.com/v1/sports/rugby_league/events/205967/odds?apiKey=YOUR_API_KEY&markets=spreads"3. After the game, get the graded outcomes with the actual stat:
curl "https://api.prop-line.com/v1/sports/rugby_league/events/205967/results?apiKey=YOUR_API_KEY"Steps 1 and 2 run on the free tier. Step 3 — prop resolution — starts on Hobby at $9/mo. See pricing.
Related endpoints
Other Rugby League markets
Point Spread in other sports
Get your free Rugby League odds API key
1,000 requests / day. No credit card. The same key covers every sport and every market — not just this one.
Free tier includes 1,000 requests/day. Upgrade anytime.