GET /api/bet_types/ff257c1a-8866-41a3-81de-5c721d41faab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ff257c1a-8866-41a3-81de-5c721d41faab",
"match": "https://api-prod.gambitprofit.com/api/matches/c01e40a6-60da-4284-b70a-ae0b06a149c2/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-29T23:47:14.044571-04: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": "SFO",
"amount": 5784.0
},
{
"team": "NYY",
"amount": 4216.0
}
],
"expected_reward_tokens": 9485.76,
"profit_sb": -14.24,
"profit_sb_percentage": -0.15,
"recommended": false
},
"lines": [
{
"id": "d4923141-b308-497b-b4d9-60b9de34931b",
"gambit_id": "165ade42-ecef-445a-9bc1-f4e65cf207fa",
"last_updated": "2023-03-31T10:52:12.623466-04:00",
"created_at": "2023-03-29T23:47:14.050013-04:00",
"name": "SFO",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff257c1a-8866-41a3-81de-5c721d41faab/?format=api"
},
{
"id": "4faaba73-bc28-40f2-972f-c2fd451f5dd8",
"gambit_id": "0602f3e0-e660-4ace-92e4-5f3d547a42e9",
"last_updated": "2023-03-31T10:52:12.620710-04:00",
"created_at": "2023-03-29T23:47:14.047440-04:00",
"name": "NYY",
"reward": "2.25000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff257c1a-8866-41a3-81de-5c721d41faab/?format=api"
}
]
}