View Source SportMonks.Resources.Odds (sport_monks v0.1.0)
Handles odds-related API endpoints.
Summary
Functions
Gets odds (premium).
Gets odds (premium) by fixture ID.
Gets odds (premium) by fixture ID and bookmaker ID.
Gets odds (premium) by fixture ID and market ID.
Gets odds (premium) by time range (or history)
Gets odds in-play.
Gets odds in-play by fixture ID.
Gets odds in-play by fixture ID and bookmaker ID.
Gets odds in-play by fixture ID and market ID.
Gets odds in-play which are latest.
Gets odds before match.
Gets odds before match by fixture ID.
Gets odds before match by fixture ID and bookmaker ID.
Gets odds before match by fixture ID and market ID.
Gets odds before match which are latest.
Functions
Gets odds (premium).
Documentation
Please see Get all odds (premium) Please see Get all odds (premium) history
Gets odds (premium) by fixture ID.
Documentation
Please see Get odds (premium) by fixture ID
get_odds_by_fixture_id_and_bookmaker_id(client, fixture_id, bookmaker_id, params \\ %{})
View SourceGets odds (premium) by fixture ID and bookmaker ID.
Documentation
Please see Get odds (premium) by fixture ID and bookmaker ID
get_odds_by_fixture_id_and_market_id(client, fixture_id, market_id, params \\ %{})
View SourceGets odds (premium) by fixture ID and market ID.
Documentation
get_odds_by_time_range(client, start_time, end_time, history, params \\ %{})
View SourceGets odds (premium) by time range (or history)
Documentation
Please see Get odds (premium) by range Please see Get odds (premium) history by range
Gets odds in-play.
Documentation
Please see Get all odds in-play
Gets odds in-play by fixture ID.
Documentation
Please see Get odds in-play by fixture ID
get_odds_in_play_by_fixture_id_and_bookmaker_id(client, fixture_id, bookmaker_id, params \\ %{})
View SourceGets odds in-play by fixture ID and bookmaker ID.
Documentation
get_odds_in_play_by_fixture_id_and_market_id(client, fixture_id, market_id, params \\ %{})
View SourceGets odds in-play by fixture ID and market ID.
Documentation
Please see Get odds in-play by fixture ID and market ID
Gets odds in-play which are latest.
Documentation
Please see Get latest odds in-play
Gets odds before match.
Documentation
Please see Get all pre-match odds
get_odds_pre_match_by_fixture_id(client, fixture_id, params \\ %{})
View SourceGets odds before match by fixture ID.
Documentation
Please see Get pre-match odds by fixture ID
get_odds_pre_match_by_fixture_id_and_bookmaker_id(client, fixture_id, bookmaker_id, params \\ %{})
View SourceGets odds before match by fixture ID and bookmaker ID.
Documentation
Please see Get pre-match odds by fixture ID and bookmaker ID
get_odds_pre_match_by_fixture_id_and_market_id(client, fixture_id, market_id, params \\ %{})
View SourceGets odds before match by fixture ID and market ID.
Documentation
Gets odds before match which are latest.
Documentation
Please see Get latest pre-match odds