|
|
@@ -63,6 +63,16 @@ public static function leaguesSeasons($params = [])
|
|
|
return static::get('leagues/seasons', $params);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ // This endpoint returns in-play odds for fixtures in progress.
|
|
|
+ // 此端点会返回正在进行的比赛的实时赔率。
|
|
|
+ // Update Frequency : This endpoint is updated every 5 seconds.
|
|
|
+ // 更新频率:此端点每 5 秒钟更新一次。
|
|
|
+ public static function oddsLive($params = [])
|
|
|
+ {
|
|
|
+ return static::get('odds/live', $params);
|
|
|
+ }
|
|
|
+
|
|
|
public static function fixturesRounds($params = [])
|
|
|
{
|
|
|
return static::get('fixtures/rounds', $params);
|