module ApiFootballV3::Rest::Odds

Public Instance Methods

bets(options = {}) click to toggle source
# File lib/api_football_v3/rest/odds.rb, line 16
def bets(options = {})
  get('/odds/bets', options)
end
bookmakers(options = {}) click to toggle source
# File lib/api_football_v3/rest/odds.rb, line 12
def bookmakers(options = {})
  get('/odds/bookmakers', options)
end
mapping(options = {}) click to toggle source
# File lib/api_football_v3/rest/odds.rb, line 8
def mapping(options = {})
  get('/odds/mapping', options)
end
odds(options = {}) click to toggle source
# File lib/api_football_v3/rest/odds.rb, line 4
def odds(options = {})
  get('/odds', options)
end