๐Ÿ“– Book

The book object represents a sportsbook that you can link with. This means they have allowed you to connect with their bettor's accounts and pull bet data.

{
    "id": "BOOK_pPg9ABaPSj2mL6qoMTKR1A",
    "name": "BetMGM",
    "abbr": "mg",
    "status": "active",
    "refreshCadenceActive": true,
    "sdkRequired": false,
    "pullBackToDate": "2022-05-31",
    "maxHistoryMonths": 24,
    "maxHistoryBets": null,
    "historyDetail": null,
    "mobileOnly": false
  }
SportsbookbetSyncbetPlacebetSync SDK Required?Refresh Cadence
FanDuelโœ…โœ…โœ…โŒ
DraftKingsโœ…โœ…โœ…โŒ
PointsBetโœ…โœ…โŒโŒ
PrizePicksโœ…โŒโœ…โŒ
Underdogโœ…โŒโœ…โŒ
BetRiversโœ…โŒโœ…โŒ
HardRockโœ…โŒโœ…โŒ
SugarHouseโœ…โŒโœ…โŒ
Sporttradeโœ…โŒโœ…โŒ
ESPN BETโœ…โœ…โŒโœ…
BetMGMโœ…โœ…โŒโœ…
Caesarsโœ…โœ…โŒโœ…
Fliffโœ…โŒโŒโœ…
WynnBetโœ…โŒโŒโœ…
BetFredโœ…โŒโŒโœ…
ThriveFantasyโœ…โŒโŒโœ…
Borgataโœ…โŒโŒโœ…
Prophet Exchangeโœ…โŒโŒโœ…
Fanaticsโœ…โŒโœ…โŒ

Endpoints

book list

id (string)

A unique identifier representing the bookID. Each bookID will start with the unique character set BOOK_.


name (string)

A descriptor that represents the common name of the sportsbook.


abbr (string)

A 2 character descriptor that represents the common abbreviation of the book's common name.


status (string)

The current status of the book - one of the following:

valuedescription
activeThe sportsbook is available for new links and refreshes
inactiveThe sportsbook is currently down for maintenence
comingThe sportsbook integration is in development
unsupportedThe sportsbook integration is not currently offered

mobileOnly (boolean)

๐Ÿšง

This field has been deprecated in favor of sdkRequired and `sdkSupport


refreshCadenceActive (boolean)

This field indictates if the refresh cadence is currently available for this book.


sdkRequired (boolean)

This field indicates that this book is only available to link and refresh via one of the SDKs.


sdkSupport (hash)

This field indicates the specifics of what SDKS/platforms this book is available on - see the ๐Ÿ”Œ sdk supportfor more details. This field is null in the case that sdkRequired=false.

In order to serialize this field you must add the query parameter ?support=true to your request.


pullBackToDate(string)

For some books, there is a time-based limitation on how far bets will be synced. This field indicates the current date of that limitation.


maxHistoryMonths (int)

For some books, bets can only be synced for a specific number of months. This field indicates that limitation.


maxHistoryBets (int)

Fof some books, only a certain number of bets can be synced. This field indicates that limitation.


historyDetail (string)

This field will contain any necessary context about how much bet history can be synced, beyond the standard limitations in other fields.