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

Handles bookmaker-related API endpoints.

Summary

Functions

Gets a list of bookmakers by fixture ID.

Get a list of bookmakers by searching in name

Functions

Link to this function

get_bookmaker_by_id(client, bookmaker_id, params \\ %{})

View Source

Gets a specific bookmaker by ID.

Documentation

Please see Get bookmaker by ID

Link to this function

get_bookmakers(client, premium, params \\ %{})

View Source

Gets a list of bookmakers.

Documentation

Please see Get all bookmakers

Link to this function

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

View Source

Gets a list of bookmakers by fixture ID.

Documentation

Please see Get bookmakers by fixture ID

Link to this function

get_bookmakers_by_name(client, name, params \\ %{})

View Source

Get a list of bookmakers by searching in name

Documentation

Please see Get bookmakers by searching in name