Future Odds Table
us.betting.season.futureOddsTable provides an outright odds table with specific bookmakers, as well as a consensus average betting line.
For the widget to render you must provide a valid uniqueTournamentId. All other properties are optional.
Parameters
| Name | Type | Argument | Default | Description | 
| uniqueTournamentId | number | required | Unique Tournament ID | |
| outrightId | number | optional | Outright ID | |
| competitorId | number | optional | Competitor ID | |
| filter | string | optional | Determines the entity by which outrights are grouped and filtered. It reflects the values in the dropdown. Valid values are: futures,competitorsandcompetitorTypes. | |
| oddsTypeOverride | string | optional | Overrides the default oddsType. Valid values are: us(money line),eu(decimal) anduk(fractional). | |
| sanitizeOdds | boolean | optional | true | If truefilters out indeterminate odds. | 
| addWordOddsToOutrightNaming | boolean | optional | If trueincludes the word "ODDS" in the title of each outright. | |
| disableAvgColumn | boolean | optional | If truehides the average column in the table. | |
| disableHeader | boolean | optional | If truehides the header. | |
| disableTournamentDropdown | boolean | optional | If truehides the tournament dropdown. | |
| disableFeatureDropdown | boolean | optional | If truedisables the feature dropdown. Applicable to thefutureslayout. | |
| disableCompetitorTypeDropdown | boolean | optional | If truedisables the competitor type dropdown. Applicable to thecompetitorsandcompetitorsTypelayout. | |
| disableCompetitorDropdown | boolean | optional | If truedisables the competitor dropdown. Applicable to thecompetitorslayout. | |
| disableSorting | boolean | optional | If truedisables the table sorting. Single-row tables have sorting turned off by default. | |
| enableTeamColors | boolean | optional | Enables team colors. | |
| border | boolean | optional | If truedraws a border around the widget. | |
| onItemClick | function | optional | Function/event handler. Emits uniqueTeamIdon team click or touch andmatchIdon widget click or touch. | 
Examples
<div class="sr-widget" data-sr-widget="us.betting.season.futureOddsTable" data-sr-unique-tournament-id="234"></div>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script><script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
        language: 'en_us'
    });
    SIR('addWidget', '#sr-widget', 'us.betting.season.futureOddsTable', {uniqueTournamentId: 234});
</script>
<div id="sr-widget"></div><script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
        language: 'en_us'
    });
    SIR('addWidget', '#sr-widget', 'us.betting.season.futureOddsTable', {uniqueTournamentId: 234, onItemClick: function(type, obj){alert(JSON.stringify(obj));}});
</script>
<div id="sr-widget"></div>Updated 2 months ago
