Money Line (80+ bookmakers)

Update Time: 2026-07-20 11:42

Introduction

• This API endpoint returns Money Line odds from nearly 100 international bookmakers, along with basic match information (matchId, matchTime, league, and team names) — no need to call Schedule & Results separately for this endpoint.

• Parameter
-No parameters: returns all odds for today (GMT+0 00:00–23:59).
-day=n: returns all odds for the next n days from now (maximum 3).
-date=yyyy-MM-dd: returns all odds for the specified date. Supports querying up to the next 10 days.
-min=5: returns odds that changed within the last 5 minutes (recommended for tracking updates).

• Win rate and return rate calculation method:
- Return rate = (float)Math.Round(1 / (1/home odds + 1/away odds) * 100, 2);
- Home team win rate = (float)Math.Round((1/home odds) / (1/home odds + 1/away odds) * 100, 2);
- Away team win rate = (float)Math.Round((1/away odds) / (1/home odds + 1/away odds) * 100, 2);
(Note: The win rate can also be simply calculated as Return rate / odds)

• For a visual reference of this data, see: https://www.goaloo.com/basketball/women%E2%80%99s-national-basketball-association-dallas-wings-vs-new-york-liberty/1x2-705113

Related Plans

You can use this api by subscribing plans:  Odds.

Request

  • Path: /sport/basketball/odds/european/all
  • Method: GET
  • Calls: This interface is limited to 60 seconds/call;
  • Recommend Calls: 90 seconds/call
  • Parameters:
ParameterValueRequiredDescription
daystringfalseReturns odds for all matches from today through the specified number of days into the future. Maximum 3.
datestringfalseReturns odds for all matches on the specified date. Format yyyy-MM-dd.

Supports querying up to the next 10 days.
minstringfalseReturns odds that were updated within the specified number of minutes.

Response

ParameterValueDescription
matchId string Unique ID of the match.
matchTime intMatch scheduled time (Unix timestamp, GMT+0).
leagueName string Name of the league.
homeName string Name of the home team.
awayName string Name of the away team.
odds list List of odds records from different bookmakers for this match.
oddsId string Unique ID of this odds record.
changeTime intTime this odds record was last updated (Unix timestamp, GMT+0).
oddsDetail string arrayEach string contains all parameters below, separated by comma.
companyId string Bookmaker ID.
companyName string Name of the bookmaker.
initialHome string Opening odds for the home team (Hong Kong Odds).
initialAway string Opening odds for the away team (Hong Kong Odds).
instantHome string Current odds for the home team (Hong Kong Odds).
instantAway string Current odds for the away team (Hong Kong Odds).

Example Request

Example Response

    • This API endpoint returns Money Line odds from nearly 100 international bookmakers, along with basic match information (matchId, matchTime, league, and team names) — no need to call Schedule & Results separately for this endpoint.\n\n • Parameter\n -No parameters: returns all odds for today (GMT+0 00:00–23:59).\n -day=n: returns all odds for the next n days from now (maximum 3).\n -date=yyyy-MM-dd: returns all odds for the specified date. Supports querying up to the next 10 days.\n -min=5: returns odds that changed within the last 5 minutes (recommended for tracking updates).\n\n • Win rate and return rate calculation method:\n - Return rate = (float)Math.Round(1 / (1/home odds + 1/away odds) * 100, 2);\n - Home team win rate = (float)Math.Round((1/home odds) / (1/home odds + 1/away odds) * 100, 2);\n - Away team win rate = (float)Math.Round((1/away odds) / (1/home odds + 1/away odds) * 100, 2);\n (Note: The win rate can also be simply calculated as Return rate / odds)\n\n • For a visual reference of this data, see: https://www.goaloo.com/basketball/women%E2%80%99s-national-basketball-association-dallas-wings-vs-new-york-liberty/1x2-705113
    Contact

    Contact