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:
ParameterValueRequiredDescription
matchIdstringfalseGet 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.
companyIdstringfalseGet 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

ParameterValueDescription
matchId string
companyId string8: Bet365
19: Interwetten
odds object European Handicap odds
handicap stringHandicap 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 stringOdds for the home team to win after the handicap is applied (Hong Kong Odds)
draw stringOdds for a draw after the handicap is applied (Hong Kong Odds)
away stringOdds for the away team to win after the handicap is applied (Hong Kong Odds)
changeTime intTimestamp of the last odds update (Unix timestamp, GMT+0)

Example Request

Example Response

    • 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.\n\n • Handicap direction: \n Positive value = home team gives goals (home team favored). \n Negative value = home team receives goals, i.e., the away team gives goals (away team favored). \n This follows the same convention as Asian Handicap.\n\n • Currently supports Bet365 (8) and Interwetten (19).\n\n • 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).
    Contact

    Contact