GET /api/bet_types/a080c5f5-4926-428e-a644-4e1acfd1ae30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a080c5f5-4926-428e-a644-4e1acfd1ae30",
"match": "https://api-prod.gambitprofit.com/api/matches/889e6f11-b37d-4e44-8d0c-e9aa17ab3c38/?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": "TAM",
"amount": 5588.0
},
{
"team": "DET",
"amount": 4412.0
}
],
"expected_reward_tokens": 9220.2,
"profit_sb": 220.2,
"profit_sb_percentage": 2.45,
"recommended": true
},
"lines": [
{
"id": "b70edf41-56b4-43fb-9d02-a9012ebf9364",
"gambit_id": "16f2def9-eed6-408b-823a-39259df72866",
"last_updated": "2022-08-07T10:57:15.194929-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "1.65000",
"odds": "1.71430",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a080c5f5-4926-428e-a644-4e1acfd1ae30/?format=api"
},
{
"id": "a30edb39-5cf2-49dc-b3d9-5f72b7dfa698",
"gambit_id": "ed2bea86-8b65-4e79-8c67-38208a2fd34b",
"last_updated": "2022-08-07T10:57:15.194419-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "2.09000",
"odds": "2.20000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a080c5f5-4926-428e-a644-4e1acfd1ae30/?format=api"
}
]
}