GET /api/bet_types/a17885f5-6d37-4626-8e9d-b61a503d0d66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a17885f5-6d37-4626-8e9d-b61a503d0d66",
"match": "https://api-prod.gambitprofit.com/api/matches/3b07ee01-a520-4864-8425-ab7cf7f2f899/?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": "Houston Rockets",
"amount": 5000.0
},
{
"team": "Oklahoma City Thunder",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "46d0917f-fbf2-497d-ae29-25da22e35939",
"gambit_id": "fee135c0-823a-4425-bc21-f2f3bcf6d73a",
"last_updated": "2022-11-28T11:16:54.985882-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Rockets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a17885f5-6d37-4626-8e9d-b61a503d0d66/?format=api"
},
{
"id": "ecb0c5ca-f351-445c-bd4f-15a3db3ed946",
"gambit_id": "0f484c91-628d-4297-87e3-a381c8c6c19d",
"last_updated": "2022-11-28T11:16:54.986845-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a17885f5-6d37-4626-8e9d-b61a503d0d66/?format=api"
}
]
}