GET /api/bet_types/f550b18e-4922-4d0f-9cea-29ea48ca8e66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f550b18e-4922-4d0f-9cea-29ea48ca8e66",
"match": "https://api-prod.gambitprofit.com/api/matches/b9991851-bc14-4602-850f-94772c4331ef/?format=api",
"name": "Play the Odds",
"created_at": "2022-12-23T09:06:55.268985-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": "Milwaukee Bucks",
"amount": 5000.0
},
{
"team": "Brooklyn Nets",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "baea96a5-c02d-47b6-9bd8-3cf87e67450f",
"gambit_id": "4e5893e0-ec40-450d-9b75-e798b7176240",
"last_updated": "2022-12-24T19:06:51.387017-05:00",
"created_at": "2022-12-23T09:06:55.271276-05:00",
"name": "Milwaukee Bucks",
"reward": "1.78000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f550b18e-4922-4d0f-9cea-29ea48ca8e66/?format=api"
},
{
"id": "931e803f-2c83-4ab9-bebc-103a80b48d04",
"gambit_id": "b25887ff-a0ce-40eb-825c-3459dedafe30",
"last_updated": "2022-12-24T19:06:51.385910-05:00",
"created_at": "2022-12-23T09:06:55.270094-05:00",
"name": "Brooklyn Nets",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f550b18e-4922-4d0f-9cea-29ea48ca8e66/?format=api"
}
]
}