GET /api/bet_types/0caf8734-8341-4765-a2cf-860e2cb4629d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0caf8734-8341-4765-a2cf-860e2cb4629d",
"match": "https://api-prod.gambitprofit.com/api/matches/1128af93-77f8-4e44-aa71-7149d0c7f730/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-06T08:38:16.047781-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": "PHI",
"amount": 5000.0
},
{
"team": "KAN",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "431a876a-c3f6-476e-b198-4925887f1dec",
"gambit_id": "46c2f179-787c-4c25-b725-91a4f28c5798",
"last_updated": "2023-08-07T19:33:09.010490-04:00",
"created_at": "2023-08-06T08:38:16.058153-04:00",
"name": "PHI",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0caf8734-8341-4765-a2cf-860e2cb4629d/?format=api"
},
{
"id": "6dd2c707-330d-4072-84a3-c5070beec37b",
"gambit_id": "8d87d9fe-791f-4812-bf86-b26fe959f0e3",
"last_updated": "2023-08-07T19:33:09.006967-04:00",
"created_at": "2023-08-06T08:38:16.052200-04:00",
"name": "KAN",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0caf8734-8341-4765-a2cf-860e2cb4629d/?format=api"
}
]
}