GET /api/bet_types/9bf937d2-be33-4e3d-bba1-cef04dcc2bbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9bf937d2-be33-4e3d-bba1-cef04dcc2bbe",
"match": "https://api-prod.gambitprofit.com/api/matches/3eb7f498-b843-454b-a7c2-b68ec9f6419c/?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": "BOS",
"amount": 5906.0
},
{
"team": "TAM",
"amount": 4094.0
}
],
"expected_reward_tokens": 9211.5,
"profit_sb": 211.5,
"profit_sb_percentage": 2.35,
"recommended": true
},
"lines": [
{
"id": "3ec4341d-aa22-4bb8-a749-47123106fbc4",
"gambit_id": "a586cda3-438e-4225-9622-565c0e413b43",
"last_updated": "2022-12-24T17:12:16.053897-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.56000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf937d2-be33-4e3d-bba1-cef04dcc2bbe/?format=api"
},
{
"id": "a2d7ccc1-4192-43d6-afd7-265c260193d7",
"gambit_id": "8502bf5a-b701-45f3-8ffd-f01fb998cbbd",
"last_updated": "2022-12-24T17:12:16.052748-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "2.25000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf937d2-be33-4e3d-bba1-cef04dcc2bbe/?format=api"
}
]
}