GET /api/bet_types/f5ac6c33-0219-4e51-95ec-8256624043c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f5ac6c33-0219-4e51-95ec-8256624043c9",
"match": "https://api-prod.gambitprofit.com/api/matches/44e29623-139c-4ce1-91ca-f297ef056bbb/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-25T09:07:03.116933-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": "Memphis Grizzlies",
"amount": 5000.0
},
{
"team": "Denver Nuggets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "e7be6f7c-e3ec-42d7-b7cf-f60152c9ae29",
"gambit_id": "281a2a04-f202-4437-8da5-0bf324c99da9",
"last_updated": "2023-02-26T11:41:55.602503-05:00",
"created_at": "2023-02-25T09:07:03.118141-05:00",
"name": "Memphis Grizzlies",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ac6c33-0219-4e51-95ec-8256624043c9/?format=api"
},
{
"id": "22b3fea2-55ad-410d-93a3-5984c51dba67",
"gambit_id": "10f603d9-61eb-480d-9498-f8eb387a005d",
"last_updated": "2023-02-26T11:41:55.603470-05:00",
"created_at": "2023-02-25T09:07:03.119384-05:00",
"name": "Denver Nuggets",
"reward": "1.88000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ac6c33-0219-4e51-95ec-8256624043c9/?format=api"
}
]
}