๐Ÿ“– 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,
    "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โœ…โŒโŒโœ…

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.