GET /api/bet_types/5c5ae1ed-8bf6-4a7b-b68c-4b8c8a5fc1ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5c5ae1ed-8bf6-4a7b-b68c-4b8c8a5fc1ea",
"match": "https://api-prod.gambitprofit.com/api/matches/42208514-be40-4189-ac9c-0ee28c45f08c/?format=api",
"name": "Over/Under",
"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": "Game Total Under 7",
"amount": 5208.0
},
{
"team": "Game Total Over 7",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "ad3fb6bd-d067-4335-8683-80c9845d90f5",
"gambit_id": "b7fe1fcf-0b8c-452d-8156-50fe1e38280a",
"last_updated": "2022-09-15T11:07:05.798230-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 7",
"reward": "1.73000",
"odds": "1.83330",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c5ae1ed-8bf6-4a7b-b68c-4b8c8a5fc1ea/?format=api"
},
{
"id": "e8d6f522-be04-42c5-84fc-0a014257c7b7",
"gambit_id": "a2485ff7-ad28-495d-85ea-c3778aba9846",
"last_updated": "2022-09-15T11:07:05.799331-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 7",
"reward": "1.88000",
"odds": "2.00000",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c5ae1ed-8bf6-4a7b-b68c-4b8c8a5fc1ea/?format=api"
}
]
}