GET /api/bet_types/208ed038-093b-4938-9b6a-3e70c62add5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "208ed038-093b-4938-9b6a-3e70c62add5e",
"match": "https://api-prod.gambitprofit.com/api/matches/005c23bb-8f3d-48fd-a535-c37708c914cd/?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": 6104.0
},
{
"team": "BOS",
"amount": 3896.0
}
],
"expected_reward_tokens": 9583.28,
"profit_sb": 83.28,
"profit_sb_percentage": 0.88,
"recommended": true
},
"lines": [
{
"id": "edf64c12-794f-494e-a54d-54f6ec8cb2df",
"gambit_id": "3af9c8b2-7019-4f9c-9dd0-787b37766c7d",
"last_updated": "2022-10-06T10:17:06.956733-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "1.57000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208ed038-093b-4938-9b6a-3e70c62add5e/?format=api"
},
{
"id": "42531ec6-ad37-4858-9f5d-12a3894259ef",
"gambit_id": "8995dc29-afcc-4a94-b5c2-7f8fb2a34de5",
"last_updated": "2022-10-06T10:17:06.952546-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "2.46000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208ed038-093b-4938-9b6a-3e70c62add5e/?format=api"
}
]
}