Sport’s Payout aka Sport Bet Calculator

oddsFire's Payout calculator tool calculates the total payout per team per event based off of an amount (ex: $100). The tool shows the payout you would get on each team (Note: Payout numbers include the original wager). Use the payout calculator to see what your selected amount turns into for upcoming games, so you can always get in on the action.

Installation steps

Step 1: Include the JavaScript SDK on your page once, ideally right before the closing body tag.
<script type="text/javascript" src="https://prod.odds.numberfire.com/widgets/v1/sdk.js"></script>
Step 2: Place this code wherever you want the widget to appear on your page (you can have multiple widgets in the same page).
<div class="sport-payout-widget" data-market="ML" data-sport="NBA" data-entries="3">
  Powered by <a href="https://numberfire.com/odds">oddsFire</a>
</div>

Settings

SettingHTML5 AttributeDescriptionDefault
Sportdata-sportThe target Sport to be used when retrieving upcoming events.
Available sports: NBA, NFL, XFL,MLB, NHL, NCAAF, NCAAB.
NBA
Marketdata-marketThe type of bets (Moneyline, Spread or Total) to be used when retrieving the event. Only one type can be selected per widget.
Available options: ML, SP, TT.
ML
Entriesdata-entriesNumber of upcoming events to be shown.3
Wager Amountsdata-wager-amountsAmounts (in US$) to be displayed to the user. There is a maximum of 4 amounts allowed. Amounts are separated by a comma. If only one amount is configured, the widget will present that amount as a single label. If more than one are configured, user will be able to test different options according to his like.
Example: 1,10,50,100
100
Default Wager Amountdata-default-wager-amountIndication of the amount that will be the default view (this is applicable only if more than 2 amounts are configured). The amount must be one of the configured amounts defined in data-wager-amounts field.""
Panel Titledata-panel-titleTitle located at the top heading of the widget panel.
<SPORT> - <MARKET>

Best Payouts

Widthdata-widthWidget panel width in px (387px).100%

Note: empty or invalid attributes will fallback to their default values.

Event’s Payout aka Bet Calculator

oddsFire's Bet Calculator tool calculates the total payout on a given wager dependent on how much money you wager. For example, if you risk $10 on a team whose odds are +110 to win the game, then the total payout will be $11 + your original wager of $10, equaling a total payout of $21. Use the bet calculator to find the best payouts across multiple sportsbooks for the best games.

Installation steps

Step 1: Include the JavaScript SDK on your page once, ideally right before the closing body tag.
<script type="text/javascript" src="https://prod.odds.numberfire.com/widgets/v1/sdk.js"></script>
Step 2: Place this code wherever you want the widget to appear on your page (you can have multiple widgets in the same page).
<div class="event-payout-widget" data-market="ML" data-sport="NBA">
  Powered by <a href="https://numberfire.com/odds">oddsFire</a>
</div>

Settings

SettingHTML5 AttributeDescriptionDefault
Sportdata-sportThe target Sport to be used when retrieving the event.
Available sports: NBA, NFL, XFL,MLB, NHL, NCAAF, NCAAB.
NBA
Marketdata-marketThe type of bets (Moneyline, Spread or Total) to be used when retrieving the event. Only one type can be selected per widget.
Available options: ML, SP, TT.
ML
Wager Amountsdata-wager-amountsAmounts (in US$) to be displayed to the user. There is a maximum of 4 amounts allowed. Amounts are separated by a comma. If only one amount is configured, the widget will present that amount as a single label. If more than one are configured, user will be able to test different options according to his like.
Example: 1,10,50,100
100
Default Wager Amountdata-default-wager-amountIndication of the amount that will be the default view (this is applicable only if more than 2 amounts are configured). The amount must be one of the configured amounts defined in data-wager-amounts field.""
Panel Titledata-panel-titleTitle located at the top heading of the widget panel.
<MARKET>
Payouts
Widthdata-widthWidget panel width in px (387px).100%

Note: empty or invalid attributes will fallback to their default values.

Smart Money Widget

oddsFire's Smart Money feature analyzes which positions are being overlooked by the betting public in upcoming games. It is the discrepancy between percent of tickets and the percent of money on a game. A large difference can indicate that professional money is affecting the line. oddsFire sorts through first-party data from the FanDuel Sportsbook to find teams below with the largest variance between the % of money and % of bets for positions in which less than 50% of bets are on one side.

Installation steps

Step 1: Include the JavaScript SDK on your page once, ideally right before the closing body tag.
<script type="text/javascript" src="https://prod.odds.numberfire.com/widgets/v1/sdk.js"></script>
Step 2: Place this code wherever you want the widget to appear on your page (you can have multiple widgets in the same page).
<div class="smart-money-widget" data-sport="all" data-entries="3">
  Powered by <a href="https://numberfire.com/odds">oddsFire</a>
</div>

Settings

SettingHTML5 AttributeDescriptionDefault
Sportdata-sportThe target Sport to be used when retrieving the selections.
Use all to retrive all available selections from all sports.
Available sports: NBA, NFL, XFL MLB, NHL, NCAAF, NCAAB.
all
Entriesdata-entriesNumber of selections to be shown.3
Panel Titledata-panel-titleTitle located at the top heading of the widget panel.Smart Money
Widthdata-widthWidget panel width in px (387px).100%