EuroHandicap (pre-match)
Update Time: 2026-07-06 14:23
Introduction
• This API endpoint returns pre-match odds for European Handicap (EuroHandicap), which applies a goal handicap (typically starting from 1 goal) to one team and offers a 1X2-style market (home win / draw / away win) on the adjusted score. This follows the same concept as "Asian Handicap," and is the basis for the "Handicap 1X2" odds offered by some domestic platforms.
• Handicap direction:
Positive value = home team gives goals (home team favored).
Negative value = home team receives goals, i.e., the away team gives goals (away team favored).
This follows the same convention as Asian Handicap.
• Currently supports Bet365 (8) and Interwetten (19).
• Note: The odds returned by this endpoint are net odds (excluding the stake/principal). To calculate the full payout odds, add 1 to the value returned (e.g., a value of 3.5 represents a full payout odds of 4.5).
Related Plans
You can use this api by subscribing plans: Odds Pro.
Request
- Path: /sport/football/odds/eurohandicap/prematch
- Method: GET
- Calls: This interface is limited to 10 seconds/call;
- Recommend Calls: 15 seconds/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| matchId | string | false | Get the data for the specified match. When multiple matches are acquired at the same time, use "," to separate the matchId. e.g. matchId=322964610,322964611. |
| companyId | string | false | Get the data for the specified company. When multiple companies are acquired at the same time, use "," to separate the companyId. e.g. companyId=8,19. |
Response
| Parameter | Value | Description | |
|---|---|---|---|
| matchId | string | ||
| companyId | string | 8: Bet365 19: Interwetten | |
| odds | object | European Handicap odds | |
| handicap | string | Handicap line, typically in whole goals starting from 1. Positive = home team gives goals (home favored). Negative = home team receives goals, i.e., away team gives goals (away favored, e.g., -1 = away team is favored by 1 goal). | |
| home | string | Odds for the home team to win after the handicap is applied (Hong Kong Odds) | |
| draw | string | Odds for a draw after the handicap is applied (Hong Kong Odds) | |
| away | string | Odds for the away team to win after the handicap is applied (Hong Kong Odds) | |
| changeTime | int | Timestamp of the last odds update (Unix timestamp, GMT+0) | |
Example Request

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