GET /api/bet_types/443a7659-d052-4420-b9fa-ac115225993f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "443a7659-d052-4420-b9fa-ac115225993f",
"match": "https://api-prod.gambitprofit.com/api/matches/2dcdcbf9-44f3-4632-9a36-0d24ad82685f/?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": "Detroit Red Wings",
"amount": 6642.0
},
{
"team": "San Jose Sharks",
"amount": 3358.0
}
],
"expected_reward_tokens": 9099.54,
"profit_sb": 99.54,
"profit_sb_percentage": 1.11,
"recommended": true
},
"lines": [
{
"id": "2f65e113-3e53-4043-9f7c-808643b21545",
"gambit_id": "7757f9ed-da07-400a-9600-cbc6e9cd5059",
"last_updated": "2022-11-18T09:48:09.602007-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Red Wings",
"reward": "1.37000",
"odds": "1.42550",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/443a7659-d052-4420-b9fa-ac115225993f/?format=api"
},
{
"id": "976bab5f-9a15-4a14-a0af-f218c002d0a6",
"gambit_id": "e3e4aebd-a721-4f97-9d1c-a8161884478f",
"last_updated": "2022-11-18T09:48:09.600761-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Jose Sharks",
"reward": "2.71000",
"odds": "2.95000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/443a7659-d052-4420-b9fa-ac115225993f/?format=api"
}
]
}