DFS app
Underdog Fantasy odds API
MoneyLine Sports API carries Underdog Fantasy prices for 54 upcoming games across 3 leagues, plus 64 player-prop markets. The numbers below refresh every hour.
Underdog Fantasy posts pick'em lines, so its prices are shown as American odds for comparison. They aren't bets you can place at those odds.
Leagues Underdog Fantasy prices
- College Football28 upcoming games
- NFL16 upcoming games
- MLB10 upcoming games
Markets
No game markets right now. Player props: 64 markets.
Compare every book on the sportsbooks page or see the live coverage page.
For developers
Get this data via the MoneyLine API
Every number on this page is available as normalized JSON — odds, props, and L5/L10/L25/season hit rates across the major US leagues.
import { MoneyLine } from "moneyline-sports-api"
const ml = new MoneyLine()
const odds = await ml.odds({ league: "nfl", bookmaker: "underdog" })