GET /api/bet_types/addf476c-9b02-417e-8132-54fd8d608215/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "addf476c-9b02-417e-8132-54fd8d608215",
"match": "https://api-prod.gambitprofit.com/api/matches/620610cf-d619-4b66-af46-544b878d64be/?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": "BAL",
"amount": 6047.0
},
{
"team": "TOR",
"amount": 3953.0
}
],
"expected_reward_tokens": 9250.02,
"profit_sb": 250.02,
"profit_sb_percentage": 2.78,
"recommended": true
},
"lines": [
{
"id": "a8e15e5a-ece7-4127-affe-2f5bf849a957",
"gambit_id": "8debf361-3fe0-4c4d-9e76-c2eec358f69d",
"last_updated": "2022-09-07T12:46:57.611223-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.53000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/addf476c-9b02-417e-8132-54fd8d608215/?format=api"
},
{
"id": "637799c2-bd63-4a32-bc6f-5baf0640d8e7",
"gambit_id": "6eb45fb5-f75b-40eb-a35f-de20a6be482b",
"last_updated": "2022-09-07T12:46:57.612190-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TOR",
"reward": "2.34000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/addf476c-9b02-417e-8132-54fd8d608215/?format=api"
}
]
}