GET odds-by-tournaments

Docs.GetOddsByTournaments.get_odds_by_tournaments_description

Endpoint

GET /v4/odds-by-tournaments

Anforderungsparameter

  • tournamentIds* (string) Docs.GetOddsByTournaments.tournament_ids_description
  • bookmaker (string) Docs.GetOddsByTournaments.bookmaker_slug_param_optional
  • verbosity (number) Docs.GetOddsByTournaments.verbosity_level_description_optional
  • oddsFormat (string) Docs.GetOddsByTournaments.odds_format_description_optional decimal, american).

Beispielanfrage

GET /v4/odds-by-tournaments?tournamentIds=17

Beispielantwort

[
  {
    "fixtureId": "id1000001761300517",
    "participant1Id": 3,
    "participant2Id": 17,
    "sportId": 10,
    "tournamentId": 17,
    "seasonId": null,
    "externalProviders": {
      "betradarId": 61300517,
      "mollybetId": null,
      "opticoddsId": null,
      "lsportsId": null,
      "txoddsId": null,
      "sofascoreId": null,
      "betgeniusId": 12482853,
      "flashscoreId": null,
      "pinnacleId": 1610924789,
      "oddinId": null
    },
    "statusId": null,
    "hasOdds": true,
    "startTime": "2025-08-16T16:30:00.000Z",
    "trueStartTime": null,
    "trueEndTime": null,
    "updatedAt": "2025-07-14T20:06:02.074Z",
    "participant1Name": "Wolverhampton Wanderers",
    "participant2Name": "Manchester City",
    "sportName": "Soccer",
    "tournamentSlug": "premier-league",
    "categorySlug": "england",
    "categoryName": "England",
    "tournamentName": "Premier League",
    "bookmakerOdds": {
      "pinnacle": {
        "bookmakerFixtureId": "1610924789",
        "fixturePath": "https://www.pinnacle.com/en/e/e/e/1610924789/#all",
        "bookmakerIsActive": true,
        "markets": {
          "101": {
            "bookmakerMarketId": "line/29/1980/3180242530/0/moneyline",
            "outcomes": {
              "101": {
                "players": {
                  "0": {
                    "price": 5.84,
                    "limit": 250,
                    "active": true,
                    "changedAt": "2025-07-17T10:45:56.606Z",
                    "playerId": 0,
                    "bookmakerOutcomeId": "home"
                  }
                }
              },
              "102": {
                "players": {
                  "0": {
                    "price": 4.76,
                    "limit": 250,
                    "active": true,
                    "changedAt": "2025-07-17T10:45:56.606Z",
                    "playerId": 0,
                    "bookmakerOutcomeId": "draw"
                  }
                }
              },
              "103": {
                "players": {
                  "0": {
                    "price": 1.454,
                    "limit": 550.66,
                    "active": true,
                    "changedAt": "2025-07-17T10:45:56.606Z",
                    "playerId": 0,
                    "bookmakerOutcomeId": "away"
                  }
                }
              }
            }
          }
        }
      }
    }
  }
]

Antwort (200 OK)

Bei einer erfolgreichen Anfrage antwortet der Server mit einem Statuscode 200 Docs.GetOddsByTournaments.returns_fixtures_with_odds_by_tournament

  • fixtureId(string) Docs.GetOddsByTournaments.fixture_id_description
  • sportId(number)Docs.GetOddsByTournaments.sport_id2
  • tournamentId(string)Docs.GetOddsByTournaments.tournament_id2
  • startTime(string)Docs.GetOddsByTournaments.start_time
  • participant1Name(string) Docs.GetOddsByTournaments.participant1_name
  • participant2Name(string) Docs.GetOddsByTournaments.participant2_name
  • bookmakerOdds (object) Docs.GetOddsByTournaments.bookmaker_odds_by_slug:
    • bookmakerFixtureId (string) Docs.GetOddsByTournaments.bookmaker_fixture_id
    • fixturePath (string) Docs.GetOddsByTournaments.fixture_path_description
    • bookmakerIsActive (boolean) Docs.GetOddsByTournaments.bookmaker_is_active_description
    • markets (object) Docs.GetOddsByTournaments.markets_object_description:
      • bookmakerMarketId (string) Docs.GetOddsByTournaments.bookmaker_market_id
      • outcomes (object) Docs.GetOddsByTournaments.outcomes_map_description Docs.GetOddsByTournaments.outcomes_object_description:
        • players (object) Docs.GetOddsByTournaments.players_map_description:
          • price (number) Docs.GetOddsByTournaments.player_price
          • limit (number) Docs.GetOddsByTournaments.player_limit
          • active (boolean) Docs.GetOddsByTournaments.player_active
          • changedAt (string) Docs.GetOddsByTournaments.player_changed_at
          • playerId (number) Docs.GetOddsByTournaments.player_id 0).
          • bookmakerOutcomeId (string) Docs.GetOddsByTournaments.bookmaker_outcome_id

Notizen

  • Endpunkt-Abkühlung: 1000ms
Vorherige SeiteGET odds
Nächste SeiteGET historical_odds
Problem melden
Wählen Sie eine aus