GET /api/bet_types/ab2fd60e-e82c-4037-8bc8-9446753b5c4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ab2fd60e-e82c-4037-8bc8-9446753b5c4f",
"match": "https://api-prod.gambitprofit.com/api/matches/b50b8727-7465-4e19-b3d4-7feabb6da11b/?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": "Georgia Tech",
"amount": 5000.0
},
{
"team": "North Carolina",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "641a411d-36fe-44ec-8e2e-4bf4842ac092",
"gambit_id": "88bce693-e057-434a-bc66-b0405c290159",
"last_updated": "2022-11-21T09:58:03.441326-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Tech",
"reward": "1.80000",
"odds": "1.90910",
"spread": "21.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab2fd60e-e82c-4037-8bc8-9446753b5c4f/?format=api"
},
{
"id": "522b186d-a55a-42c4-a805-ba1bc0087c34",
"gambit_id": "d8677694-5968-4903-b113-75556b688c75",
"last_updated": "2022-11-21T09:58:03.440264-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Carolina",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-21.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab2fd60e-e82c-4037-8bc8-9446753b5c4f/?format=api"
}
]
}