View Source SportMonks.Resources.Odds (sport_monks v0.1.0)

Handles odds-related API endpoints.

Summary

Functions

Gets odds in-play which are latest.

Gets odds before match which are latest.

Functions

Link to this function

get_odds(client, history, params \\ %{})

View Source

Gets odds (premium).

Documentation

Please see Get all odds (premium) Please see Get all odds (premium) history

Link to this function

get_odds_by_fixture_id(client, fixture_id, params \\ %{})

View Source

Gets odds (premium) by fixture ID.

Documentation

Please see Get odds (premium) by fixture ID

Link to this function

get_odds_by_fixture_id_and_bookmaker_id(client, fixture_id, bookmaker_id, params \\ %{})

View Source

Gets odds (premium) by fixture ID and bookmaker ID.

Documentation

Please see Get odds (premium) by fixture ID and bookmaker ID

Link to this function

get_odds_by_fixture_id_and_market_id(client, fixture_id, market_id, params \\ %{})

View Source

Gets odds (premium) by fixture ID and market ID.

Documentation

Please see Get odds (premium) by fixture ID and market ID

Link to this function

get_odds_by_time_range(client, start_time, end_time, history, params \\ %{})

View Source

Gets odds (premium) by time range (or history)

Documentation

Please see Get odds (premium) by range Please see Get odds (premium) history by range

Link to this function

get_odds_in_play(client, params \\ %{})

View Source

Gets odds in-play.

Documentation

Please see Get all odds in-play

Link to this function

get_odds_in_play_by_fixture_id(client, fixture_id, params \\ %{})

View Source

Gets odds in-play by fixture ID.

Documentation

Please see Get odds in-play by fixture ID

Link to this function

get_odds_in_play_by_fixture_id_and_bookmaker_id(client, fixture_id, bookmaker_id, params \\ %{})

View Source

Gets odds in-play by fixture ID and bookmaker ID.

Documentation

Please see Get odds in-play by fixture ID and bookmaker ID

Link to this function

get_odds_in_play_by_fixture_id_and_market_id(client, fixture_id, market_id, params \\ %{})

View Source

Gets odds in-play by fixture ID and market ID.

Documentation

Please see Get odds in-play by fixture ID and market ID

Link to this function

get_odds_in_play_by_latest(client, params \\ %{})

View Source

Gets odds in-play which are latest.

Documentation

Please see Get latest odds in-play

Link to this function

get_odds_pre_match(client, params \\ %{})

View Source

Gets odds before match.

Documentation

Please see Get all pre-match odds

Link to this function

get_odds_pre_match_by_fixture_id(client, fixture_id, params \\ %{})

View Source

Gets odds before match by fixture ID.

Documentation

Please see Get pre-match odds by fixture ID

Link to this function

get_odds_pre_match_by_fixture_id_and_bookmaker_id(client, fixture_id, bookmaker_id, params \\ %{})

View Source

Gets odds before match by fixture ID and bookmaker ID.

Documentation

Please see Get pre-match odds by fixture ID and bookmaker ID

Link to this function

get_odds_pre_match_by_fixture_id_and_market_id(client, fixture_id, market_id, params \\ %{})

View Source

Gets odds before match by fixture ID and market ID.

Documentation

Please see Get pre-match odds by fixture ID and market ID

Link to this function

get_odds_pre_match_by_latest(client, params \\ %{})

View Source

Gets odds before match which are latest.

Documentation

Please see Get latest pre-match odds