DFS app

Dabble odds API

MoneyLine Sports API carries Dabble prices for 10 upcoming games across 1 league, plus 13 player-prop markets. The numbers below refresh every hour.

Dabble 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 Dabble prices

  • MLB10 upcoming games

Markets

No game markets right now. Player props: 13 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: "mlb", bookmaker: "dabble_us_dfs" })