beneggett/sportradar-api

View on GitHub
lib/sportradar/api/odds/player_odds.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Sportradar
  module Api
    module Odds
      class PlayerOdds < Base

        def self.api_base
          'oddscomparison-player-props'
        end

      end
    end
  end
end