GET /api/bet_types/d9180579-5351-4984-9b37-0fd3b14ad7d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d9180579-5351-4984-9b37-0fd3b14ad7d5",
"match": "https://api-prod.gambitprofit.com/api/matches/8c18f7d9-46b0-42f9-af6e-e6a68a99b55a/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "UAB",
"amount": 10000
}
],
"expected_reward_tokens": 10500.0,
"profit_sb": 1000.0,
"profit_sb_percentage": 10.53,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "UAB",
"amount": 9026.0
},
{
"team": "Charlotte",
"amount": 974.0
}
],
"expected_reward_tokens": 9477.02,
"profit_sb": -22.98,
"profit_sb_percentage": -0.24,
"recommended": false
},
"lines": [
{
"id": "cdf6bfe6-8435-4721-aa28-b1dfde5e3663",
"gambit_id": "22d3964e-ce7c-4285-828a-bd83c5eb9b3c",
"last_updated": "2022-10-17T09:27:40.250313-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UAB",
"reward": "1.05000",
"odds": "1.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9180579-5351-4984-9b37-0fd3b14ad7d5/?format=api"
},
{
"id": "c4955fa4-bca1-4496-b85c-75ebfd6a338d",
"gambit_id": "23792081-b523-4fd7-a2b9-9e0a63340997",
"last_updated": "2022-10-17T09:27:40.251447-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte",
"reward": "9.73000",
"odds": "10.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9180579-5351-4984-9b37-0fd3b14ad7d5/?format=api"
}
]
}