GET /api/bet_types/bc0e8f23-3f09-47da-94a2-bda3486e26c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bc0e8f23-3f09-47da-94a2-bda3486e26c0",
"match": "https://api-prod.gambitprofit.com/api/matches/c5bec388-050f-4ebb-afbd-5ac4d741b5de/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Clemson",
"amount": 10000
}
],
"expected_reward_tokens": 10700.0,
"profit_sb": 1200.0,
"profit_sb_percentage": 12.63,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Clemson",
"amount": 8856.0
},
{
"team": "Boston College",
"amount": 1144.0
}
],
"expected_reward_tokens": 9472.32,
"profit_sb": -27.68,
"profit_sb_percentage": -0.29,
"recommended": false
},
"lines": [
{
"id": "74f626de-b893-402e-b431-a7df07ac85d2",
"gambit_id": "f868004a-74b4-4660-9f50-5f7c9ef646eb",
"last_updated": "2022-10-11T11:32:04.387930-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Clemson",
"reward": "1.07000",
"odds": "1.07140",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0e8f23-3f09-47da-94a2-bda3486e26c0/?format=api"
},
{
"id": "9dddc4e8-2f30-4846-8f77-c52ffa60bd54",
"gambit_id": "7d68fd8f-d322-4ed5-a0bc-ebdeb4c1d1fa",
"last_updated": "2022-10-11T11:32:04.386962-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston College",
"reward": "8.28000",
"odds": "8.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc0e8f23-3f09-47da-94a2-bda3486e26c0/?format=api"
}
]
}