GET /api/bet_types/f7ef3a21-1bb8-46f8-b3ae-06e60a443a04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f7ef3a21-1bb8-46f8-b3ae-06e60a443a04",
"match": "https://api-prod.gambitprofit.com/api/matches/1140902b-c61b-4d76-a671-adfdc86e68f2/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "LAA",
"amount": 6482.0
},
{
"team": "MIN",
"amount": 3518.0
}
],
"expected_reward_tokens": 9074.8,
"profit_sb": 74.8,
"profit_sb_percentage": 0.83,
"recommended": true
},
"lines": [
{
"id": "b0a581bc-659a-4f75-bc6f-0b0527af688c",
"gambit_id": "76fe8e4a-a329-4fd4-951f-18150883793f",
"last_updated": "2022-09-26T10:27:12.691247-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LAA",
"reward": "1.40000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ef3a21-1bb8-46f8-b3ae-06e60a443a04/?format=api"
},
{
"id": "a1987f20-591e-45df-ba1e-b962dbb4b72e",
"gambit_id": "6ce873a8-0fba-47af-8a09-f841d2fffc4d",
"last_updated": "2022-09-26T10:27:12.692488-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "2.58000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ef3a21-1bb8-46f8-b3ae-06e60a443a04/?format=api"
}
]
}