Odds API by market / NHL

NHL Goalie Saves API

Live goalie_saves 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 NHL goalie saves is

Saves made by one goaltender. It rewards a busy night rather than a good one — the goalie behind the weaker side usually carries the higher line.

How we settle it. Graded against saves in the official box score.

1
books quoting it on the next event
1/12
of the next NHL events carry it right now
32
outcomes settled in the last 4 days

Every number on this page is measured against the live API, never copied from a spec sheet. Last measured 26 September 2026.

Books posting NHL goalie saves

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.

Underdog Fantasy

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 NHL goalie saves 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 goalie saves outcomes settled in the last 4 days across 2 books. The 12 most recent:

BetActualResult
Over 29.5—void
Over 23.5—void
Under 29.5—void
Over 25.5—void
Over 22.5—void
Under 25.5—void
Under 23.5—void
Over 25.5—void
Over 22.5—void
Under 22.5—void
Over 20.5—void
Over 26.5—void

Live response

Captured from the real endpoint on Carolina Hurricanes @ Nashville Predators, 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": "predators",
  "away_team_key": "hurricanes",
  "home_team_id": "nhl:18",
  "away_team_id": "nhl:12",
  "home_team_logo_url": "https://assets.nhle.com/logos/nhl/svg/NSH_light.svg",
  "away_team_logo_url": "https://assets.nhle.com/logos/nhl/svg/CAR_light.svg",
  "id": "184820",
  "sport_key": "hockey_nhl",
  "home_team": "Nashville Predators",
  "away_team": "Carolina Hurricanes",
  "commence_time": "2026-09-26T19:00:00Z",
  "live": false,
  "is_outright": false,
  "tournament": null,
  "tour": null,
  "last_update": "2026-09-26T13:49:31.276545Z",
  "merged_from_event_ids": null,
  "bookmakers": [
    {
      "key": "underdog",
      "title": "Underdog Fantasy",
      "last_update": "2026-09-26T13:49:31.276545Z",
      "link": null,
      "app_link": null,
      "pregame_only": false,
      "book_event_id": null,
      "markets": [
        {
          "key": "goalie_saves",
          "description": "Saves",
          "last_update": "2026-09-26T13:49:31.276545Z",
          "period": null,
          "suspended_at": null,
          "team": null,
          "outcomes": [
            {
              "name": "Over",
              "description": "Brandon Bussi",
              "price": 103,
              "point": 22.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": 1.05,
              "dfs_odds_type": null,
              "last_change_at": "2026-09-26T07:24:24.183531Z",
              "last_seen_at": "2026-09-26T13:49:31.276545Z",
              "liquidity": null,
              "liquidity_updated_at": null,
              "line_gap": null,
              "book_outcome_id": null,
              "outcome_id": null,
              "player_id": null,
              "side": null
            },
            {
              "name": "Under",
              "description": "Brandon Bussi",
              "price": -125,
              "point": 22.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": 0.91,
              "dfs_odds_type": null,
              "last_change_at": "2026-09-26T07:24:24.183531Z",
              "last_seen_at": "2026-09-26T13:49:31.276545Z",
              "liquidity": null,
              "liquidity_updated_at": null,
              "line_gap": null,
              "book_outcome_id": null,
              "outcome_id": null,
              "player_id": null,
              "side": null
            },
            {
              "name": "Over",
              "description": "Juuse Saros",
              "price": 100,
              "point": 26.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": 1.04,
              "dfs_odds_type": null,
              "last_change_at": "2026-09-26T07:24:24.183531Z",
              "last_seen_at": "2026-09-26T13:49:31.276545Z",
              "liquidity": null,
              "liquidity_updated_at": null,
              "line_gap": null,
              "book_outcome_id": null,
              "outcome_id": null,
              "player_id": null,
              "side": 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 NHL events to get an event id:

curl "https://api.prop-line.com/v1/sports/hockey_nhl/events?apiKey=YOUR_API_KEY"

2. Pull goalie saves for one game across every book — this exact URL works right now:

curl "https://api.prop-line.com/v1/sports/hockey_nhl/events/184820/odds?apiKey=YOUR_API_KEY&markets=goalie_saves"

3. After the game, get the graded outcomes with the actual stat:

curl "https://api.prop-line.com/v1/sports/hockey_nhl/events/184820/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 NHL 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.