fetchOdds
Fetches odds for a specific fixture and market.
Syntax
Parameters
gameId: ID of the fixture.
marketId: ID of the market (e.g., 57 for correct score).
Returns
Array: List of odds for the specified fixture.
Example
Sample Return
fetch1x2Odds
Fetches 1x2 (Home/Draw/Away) odds for a fixture.
Syntax
Parameters
gameId: ID of the fixture.
Returns
Object: Contains home, draw, and away odds with probabilities.
Example
Sample Return