GET /api/bet_types/67d3fcdd-25b0-4185-bcaf-cb373e7665ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "67d3fcdd-25b0-4185-bcaf-cb373e7665ec",
"match": "https://api-prod.gambitprofit.com/api/matches/26efbc38-15a7-4228-b0e0-109cace523c3/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-07T08:42:01.050546-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": "Phoenix Suns",
"amount": 5000.0
},
{
"team": "Brooklyn Nets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "35459222-5c46-4237-bb47-a78a9d34dbf0",
"gambit_id": "a8173ca5-1e89-4345-9111-9109c505ca7d",
"last_updated": "2023-02-08T09:47:06.942263-05:00",
"created_at": "2023-02-07T08:42:01.053422-05:00",
"name": "Phoenix Suns",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d3fcdd-25b0-4185-bcaf-cb373e7665ec/?format=api"
},
{
"id": "64b6445a-274f-4b21-8717-60341e5ef1ee",
"gambit_id": "52f23426-46ea-49fd-94b9-24ba48d22e61",
"last_updated": "2023-02-08T09:47:06.941020-05:00",
"created_at": "2023-02-07T08:42:01.051915-05:00",
"name": "Brooklyn Nets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d3fcdd-25b0-4185-bcaf-cb373e7665ec/?format=api"
}
]
}