GET /api/bet_types/403f5662-422c-4cfc-a391-7fa79b7d34de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "403f5662-422c-4cfc-a391-7fa79b7d34de",
"match": "https://api-prod.gambitprofit.com/api/matches/a994f745-3ad2-4891-a80d-692d578d7b83/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-06T09:13:07.883267-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": "Utah Jazz",
"amount": 5000.0
},
{
"team": "Dallas Mavericks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "ce2484f0-9b74-427c-b3c2-e1b15c4e4984",
"gambit_id": "5311aa16-4d61-4c89-bd5d-84a7ef9f9e70",
"last_updated": "2023-12-07T21:38:04.093101-05:00",
"created_at": "2023-12-06T09:13:07.888355-05:00",
"name": "Utah Jazz",
"reward": "1.87000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/403f5662-422c-4cfc-a391-7fa79b7d34de/?format=api"
},
{
"id": "acfd55ff-0979-4198-9b04-a25221cb3d6c",
"gambit_id": "f40b58f8-396f-41cf-bf44-d741639ad28c",
"last_updated": "2023-12-07T21:38:04.096392-05:00",
"created_at": "2023-12-06T09:13:07.892659-05:00",
"name": "Dallas Mavericks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/403f5662-422c-4cfc-a391-7fa79b7d34de/?format=api"
}
]
}