GET /api/bet_types/35c8d83a-1a43-469a-9f5e-0100a7b8bcb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "35c8d83a-1a43-469a-9f5e-0100a7b8bcb7",
"match": "https://api-prod.gambitprofit.com/api/matches/47ef3532-f4ee-476e-91a9-2f6222899b1d/?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": "Duke",
"amount": 5000.0
},
{
"team": "Virginia",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": -250.0,
"profit_sb_percentage": -2.63,
"recommended": false
},
"lines": [
{
"id": "b7dfc7eb-a7cb-466c-a9ac-d6cb408911de",
"gambit_id": "62cecb34-2307-44d9-8b99-411843148581",
"last_updated": "2022-10-03T11:07:28.130325-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Duke",
"reward": "1.85000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c8d83a-1a43-469a-9f5e-0100a7b8bcb7/?format=api"
},
{
"id": "0a5fe6f9-866c-4826-9e56-cd0d623a9a6c",
"gambit_id": "d2fc240a-c9e0-4323-976d-e79a3ae06e23",
"last_updated": "2022-10-03T11:07:28.131318-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Virginia",
"reward": "1.85000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c8d83a-1a43-469a-9f5e-0100a7b8bcb7/?format=api"
}
]
}