Odds API by market / NFL
NFL Extra Points Made API
The player_extra_points_made board is not posted right now. This page keeps the last measured window — 32settled outcomes — and reactivates on its own the first build after books post the market again. The endpoint, the response shape and the free tier work today.
No credit card. 1,000 requests / day on the free tier.
What NFL extra points made is
Kicker PATs converted. A short market that tracks how often the offence reaches the end zone rather than the kicker's own accuracy.
How we settle it. Graded against the kicking stat group. That group packs made and attempted into one string, so both halves are parsed rather than coerced to a single number.
Every number on this page is measured against the live API, never copied from a spec sheet. Last measured 16 August 2026.
Books that last posted NFL extra points made
Measured on the last slate that carried it, 16 August 2026. When books post it again, this list rebuilds from whichever ones actually do.
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 NFL extra points made 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.
32 extra points made outcomes settled in the last 4-day window it was posted across 1 book. The 12 most recent:
| Player | Bet | Actual | Result |
|---|---|---|---|
| Jake Elliott | Over 1.5 | 1.0 | lost |
| Tyler Loop | Over 1.5 | 3.0 | won |
| Jake Elliott | Under 1.5 | 1.0 | won |
| Tyler Loop | Under 1.5 | 3.0 | lost |
| Cam Little | Over 1.5 | 1.0 | lost |
| Cam Little | Under 1.5 | 1.0 | won |
| Harrison Butker | Over 1.5 | 0.0 | lost |
| Harrison Mevis | Over 1.5 | 2.0 | won |
| Harrison Butker | Under 1.5 | 0.0 | won |
| Harrison Mevis | Under 1.5 | 2.0 | lost |
| Andre Szmyt | Over 1.5 | 1.0 | lost |
| Cairo Santos | Over 1.5 | 4.0 | won |
Over/Under split, last posted window
The Over won 37.5% of 16 decided extra points made lines (6 over, 10 under). Computed from the settled rows themselves, scoped to NFL only.
Read off 16 Over legs out of 32 settled outcomes on this market. The rest are Unders and milestone legs (“1+”, “2+”) that some books price here too, and a threshold rung is not an Over.
A few days of one market describes a few days — it is not an edge. Pull the full history through /exports/resolved-props for a sample worth modelling on.
Live response
Captured from the real endpoint on Dallas Cowboys @ Seattle Seahawks while it was posted, 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.
{
"id": "59762",
"sport_key": "football_nfl",
"home_team": "Seattle Seahawks",
"away_team": "Dallas Cowboys",
"commence_time": "2026-08-16T00:00:00Z",
"live": true,
"last_update": "2026-08-16T02:12:52.904743Z",
"bookmakers": [
{
"key": "underdog",
"title": "Underdog Fantasy",
"last_update": "2026-08-16T00:04:28.109403Z",
"link": null,
"book_event_id": null,
"markets": [
{
"key": "player_extra_points_made",
"last_update": "2026-08-16T00:04:28.109403Z",
"period": null,
"outcomes": [
{
"name": "Over",
"description": "Brandon Aubrey",
"price": -164,
"point": 1.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 0.81,
"dfs_odds_type": null,
"last_change_at": "2026-08-15T22:55:01.382086Z",
"line_gap": null,
"book_outcome_id": null
},
{
"name": "Under",
"description": "Brandon Aubrey",
"price": 134,
"point": 1.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 1.17,
"dfs_odds_type": null,
"last_change_at": "2026-08-15T22:55:01.382086Z",
"line_gap": null,
"book_outcome_id": null
},
{
"name": "Over",
"description": "Jason Myers",
"price": -193,
"point": 1.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 0.77,
"dfs_odds_type": null,
"last_change_at": "2026-08-15T20:34:44.707232Z",
"line_gap": null,
"book_outcome_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 NFL events to get an event id:
curl "https://api.prop-line.com/v1/sports/football_nfl/events?apiKey=YOUR_API_KEY"2. Pull extra points made for one game across every book — swap in a live event id from step 1 once books post it again:
curl "https://api.prop-line.com/v1/sports/football_nfl/events/59762/odds?apiKey=YOUR_API_KEY&markets=player_extra_points_made"3. After the game, get the graded outcomes with the actual stat:
curl "https://api.prop-line.com/v1/sports/football_nfl/events/59762/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.
Get your free NFL 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.