GET /api/bet_types/274e4cbe-9015-4b2b-ae37-1c0db1baff0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "274e4cbe-9015-4b2b-ae37-1c0db1baff0d",
"match": "https://api-prod.gambitprofit.com/api/matches/42a8035b-b90c-4495-b879-4e5a751fc49e/?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": "Mississippi State",
"amount": 5000.0
},
{
"team": "Arkansas",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "f961d773-f9dc-488b-88de-8a921c3257df",
"gambit_id": "32fc9344-1759-4472-afe6-1cab43728e63",
"last_updated": "2022-10-11T10:42:28.191512-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mississippi State",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/274e4cbe-9015-4b2b-ae37-1c0db1baff0d/?format=api"
},
{
"id": "8d55bf00-7e38-4a23-b2ca-44a8b563fcfd",
"gambit_id": "4a4e5c28-9139-46f4-bb41-32a96501adb8",
"last_updated": "2022-10-11T10:42:28.192491-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arkansas",
"reward": "1.88000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/274e4cbe-9015-4b2b-ae37-1c0db1baff0d/?format=api"
}
]
}