Skip to content

PinBook Odds APIReal time data

PinBook Sport API is a RESTful service for getting pre-match and live odds like Pinnacle. Historical odds, score and results

Odds

API response examples:

Markets: all periods, money_line, spreads, totals, team_total

js
{
  "sport_id": 1,
  "sport_name": "Soccer",
  "last": 1769709175,
  "last_call": 1769709175,
  "events": [
    {
      "event_id": 1619860365,
      "sport_id": 1,
      "league_id": 2015,
      "league_name": "FIFA - World Cup Qualifiers Europe",
      "starts": "2026-03-26T19:45:00",
      "last": 1769709087,
      "home": "Czechia",
      "away": "Ireland",
      "event_type": "prematch",
      "live_status_id": 2,
      "parent_id": null,
      "resulting_unit": "Regular",
      "is_actual": true,
      "home_team_type": "Team1",
      "is_have_odds": true,
      "is_have_periods": true,
      "is_have_open_markets": true,
      "periods": {
        "num_0": {
          "line_id": 3428182754,
          "number": 0,
          "description": "Match",
          "cutoff": "2026-03-26T19:45:00",
          "period_status": 1,
          "money_line": {
            "home": 1.943,
            "draw": 3.32,
            "away": 4.02
          },
          "spreads": {
            "-0.5": {
              "hdp": -0.5,
              ....

Special-markets, Player Props

js

    ....
    {
      "special_id": 1623657207,
      "sport_id": 3,
      "league_id": 487,
      "event_id": 1623244146,
      "last": 1770314090,
      "live_status": "prematch",
      "live_status_id": 2,
      "bet_type": "OVER_UNDER",
      "units": "Points",
      "name": "Nic Claxton (Points)",
      "starts": "2026-02-06T00:10:00",
      "cutoff": "2026-02-06T00:10:00",
      "category": "Player Props",
      "status": "O",
      "event": {
        "id": 1623244146,
        "period_number": 0,
        "home": "Orlando Magic",
        "away": "Brooklyn Nets"
      },
      "is_actual": true,
      "max_bet": 250.0,
      "is_have_odds": true,
      "is_have_lines": true,
      "open": true,
      "lines": {
        "c_1623657208": {
          "id": 1623657208,
          "name": "Over",
          "rot_num": 516,
          "line_id": 5769188797,
          "price": 1.719,
          "handicap": 9.5
        },
        "c_1623657209": {
          "id": 1623657209,
          "name": "Under",
          "rot_num": 517,
          "line_id": 5769188798,
          "price": 2.05,
          "handicap": 9.5
        }
      }
    },
    ....


We’re dedicated to providing the best API products