GET /api/bet_types/ce7cbb81-a646-4354-bea6-006d666c3f01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ce7cbb81-a646-4354-bea6-006d666c3f01",
"match": "https://api-prod.gambitprofit.com/api/matches/2c0c07f9-2e22-4aa7-8778-a8172faeff71/?format=api",
"name": "Pick the Winner",
"created_at": "2023-12-31T10:13:05.115310-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Boston Celtics",
"amount": 10000
}
],
"expected_reward_tokens": 10900.0,
"profit_sb": 1400.0,
"profit_sb_percentage": 14.74,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Boston Celtics",
"amount": 8724.0
},
{
"team": "San Antonio Spurs",
"amount": 1276.0
}
],
"expected_reward_tokens": 9506.2,
"profit_sb": 6.2,
"profit_sb_percentage": 0.07,
"recommended": true
},
"lines": [
{
"id": "6dcb6b27-960c-4f1a-8bb9-41e1ef9066c4",
"gambit_id": "ffcccf5a-5765-4ca1-a5b8-442bff4b171d",
"last_updated": "2024-01-02T10:13:09.102969-05:00",
"created_at": "2023-12-31T10:13:05.119045-05:00",
"name": "Boston Celtics",
"reward": "1.09000",
"odds": "1.09090",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7cbb81-a646-4354-bea6-006d666c3f01/?format=api"
},
{
"id": "cc70f0fc-74bd-43cc-9a4f-b2627e9e2001",
"gambit_id": "b9d2640d-f841-4458-9396-3996f25c22a4",
"last_updated": "2024-01-02T10:13:09.106146-05:00",
"created_at": "2023-12-31T10:13:05.122867-05:00",
"name": "San Antonio Spurs",
"reward": "7.45000",
"odds": "7.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7cbb81-a646-4354-bea6-006d666c3f01/?format=api"
}
]
}