Module: ApiFootballV3::Rest::Odds

Included in:
Api
Defined in:
lib/api_football_v3/rest/odds.rb

Instance Method Summary collapse

Instance Method Details

#bets(options = {}) ⇒ Object



16
17
18
# File 'lib/api_football_v3/rest/odds.rb', line 16

def bets(options = {})
  get('/odds/bets', options)
end

#bookmakers(options = {}) ⇒ Object



12
13
14
# File 'lib/api_football_v3/rest/odds.rb', line 12

def bookmakers(options = {})
  get('/odds/bookmakers', options)
end

#mapping(options = {}) ⇒ Object



8
9
10
# File 'lib/api_football_v3/rest/odds.rb', line 8

def mapping(options = {})
  get('/odds/mapping', options)
end

#odds(options = {}) ⇒ Object



4
5
6
# File 'lib/api_football_v3/rest/odds.rb', line 4

def odds(options = {})
  get('/odds', options)
end