Money Line (80+ bookmakers)
Thời gian cập nhật: 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:
| Parameter | Value | Required | Description |
|---|---|---|---|
| day | string | false | Returns odds for all matches from today through the specified number of days into the future. Maximum 3. |
| date | string | false | Returns odds for all matches on the specified date. Format yyyy-MM-dd. Supports querying up to the next 10 days. |
| min | string | false | Returns odds that were updated within the specified number of minutes. |
Response
| Parameter | Value | Description | ||
|---|---|---|---|---|
| matchId | string | Unique ID of the match. | ||
| matchTime | int | Match 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 | int | Time this odds record was last updated (Unix timestamp, GMT+0). | ||
| oddsDetail | string array | Each 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

English
Tiếng Việt
ภาษาไทย 