GET /api/bet_types/26a9a1a0-72ba-4773-b96d-8d9631867f02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "26a9a1a0-72ba-4773-b96d-8d9631867f02",
"match": "https://api-prod.gambitprofit.com/api/matches/21417c73-e178-42b4-8a55-6379865f70a4/?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": "Wake Forest",
"amount": 5000.0
},
{
"team": "Vanderbilt",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "70e06890-2112-4664-9dca-87aabd32d4a5",
"gambit_id": "a93e36b4-3e29-4eb3-b280-957ac495905b",
"last_updated": "2022-09-11T11:07:05.389700-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wake Forest",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-13.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a9a1a0-72ba-4773-b96d-8d9631867f02/?format=api"
},
{
"id": "a9d03fb9-59f2-4ddb-9393-d1c3533f6d8c",
"gambit_id": "332eb0a6-e3dc-4b75-a811-ab9183b3e939",
"last_updated": "2022-09-11T11:07:05.388464-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vanderbilt",
"reward": "1.81000",
"odds": "1.90910",
"spread": "13.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a9a1a0-72ba-4773-b96d-8d9631867f02/?format=api"
}
]
}