Fetch Correct Scores

fetchCorrectScoreOdds

Fetches correct score odds for a fixture.

Syntax

fetchCorrectScoreOdds(gameId)

Parameters

  • gameId: ID of the fixture.

Returns

  • Array: List of correct score odds.

Example

const correctScoreOdds = await sdk.fetchCorrectScoreOdds(12345);
console.log(correctScoreOdds);

Last updated