GET /api/bet_types/05a6cbc4-1a29-464d-944f-80e960ee0425/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "05a6cbc4-1a29-464d-944f-80e960ee0425",
"match": "https://api-prod.gambitprofit.com/api/matches/36498a20-7cbd-4550-883c-f762fbd3084d/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-17T11:06:51.335063-04: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": "SEA",
"amount": 6100.0
},
{
"team": "BOS",
"amount": 3900.0
}
],
"expected_reward_tokens": 9516.0,
"profit_sb": 16.0,
"profit_sb_percentage": 0.17,
"recommended": true
},
"lines": [
{
"id": "75df7e1b-cbef-4a2f-b148-004fad5c4f39",
"gambit_id": "d84a6317-2137-44e2-a633-9239707a6850",
"last_updated": "2023-05-18T11:47:20.024935-04:00",
"created_at": "2023-05-17T11:06:51.339029-04:00",
"name": "SEA",
"reward": "1.56000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05a6cbc4-1a29-464d-944f-80e960ee0425/?format=api"
},
{
"id": "4211c38d-5c16-4c51-925d-cb4c70525bad",
"gambit_id": "07453d6c-c0b9-441f-b851-789bd78e8bc3",
"last_updated": "2023-05-18T11:47:20.023141-04:00",
"created_at": "2023-05-17T11:06:51.336893-04:00",
"name": "BOS",
"reward": "2.44000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05a6cbc4-1a29-464d-944f-80e960ee0425/?format=api"
}
]
}