Odds API by market / NHL

NHL Blocked Shots API

Live player_blocked_shots 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 blocked shots is

Shots blocked by one skater. Defencemen carry it; it rewards a team spending the night defending.

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

1
books quoting it on the next event
1/12
of the next NHL events carry it right now
74
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 blocked shots

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 blocked shots 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.

74 blocked shots outcomes settled in the last 4 days across 2 books. The 12 most recent:

PlayerBetActualResult
Connor CliftonOver 1.5—void
Hampus LindholmOver 1.5—void
Jakob ChychrunOver 1.5—void
Jacob Bernard-DockerOver 1.5—void
Jacob TruscottOver 1.5—void
Moritz SeiderOver 1.5—void
Matt RoyOver 1.5—void
Vincent DesharnaisOver 1.5—void
Will BorgenOver 1.5—void
William WallinderOver 1.5—void
Jacob Bernard-DockerUnder 1.5—void
Jacob TruscottUnder 1.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": "player_blocked_shots",
          "description": "Blocked Shots",
          "last_update": "2026-09-26T13:49:31.276545Z",
          "period": null,
          "suspended_at": null,
          "team": null,
          "outcomes": [
            {
              "name": "Over",
              "description": "Brady Skjei",
              "price": 107,
              "point": 1.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": 1.07,
              "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": "Brady Skjei",
              "price": -129,
              "point": 1.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": 0.9,
              "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": "Ilya Lyubushkin",
              "price": 123,
              "point": 1.5,
              "book_updated_at": null,
              "book_version": null,
              "payout_multiplier": 1.11,
              "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 blocked shots 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=player_blocked_shots"

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.