GET /api/bet_types/d5ea4fa4-f073-4ecd-b439-7c57214f5c76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d5ea4fa4-f073-4ecd-b439-7c57214f5c76",
"match": "https://api-prod.gambitprofit.com/api/matches/9df60c3d-90e1-484d-98f5-1a55e4e17be6/?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": "DET",
"amount": 5863.0
},
{
"team": "SEA",
"amount": 4137.0
}
],
"expected_reward_tokens": 9556.47,
"profit_sb": 56.47,
"profit_sb_percentage": 0.59,
"recommended": true
},
"lines": [
{
"id": "7c56d57c-365b-450e-a2ef-a2a9979dbf63",
"gambit_id": "6db37a38-74dc-44b7-a331-a687c5fe7305",
"last_updated": "2022-12-24T17:12:10.641284-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.63000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ea4fa4-f073-4ecd-b439-7c57214f5c76/?format=api"
},
{
"id": "e8699b08-c547-4154-aed4-5c0af6e21419",
"gambit_id": "611719a3-374c-4d72-b031-c6c43b1347c6",
"last_updated": "2022-12-24T17:12:10.640101-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "2.31000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ea4fa4-f073-4ecd-b439-7c57214f5c76/?format=api"
}
]
}