GET /api/bet_types/29ede473-f69f-426f-8769-7d27167c07d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "29ede473-f69f-426f-8769-7d27167c07d8",
"match": "https://api-prod.gambitprofit.com/api/matches/7549cd22-754d-4567-8701-d6ec911e2b92/?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": 5204.0
},
{
"team": "DET",
"amount": 4796.0
}
],
"expected_reward_tokens": 9159.04,
"profit_sb": 159.04,
"profit_sb_percentage": 1.77,
"recommended": true
},
"lines": [
{
"id": "23ef2854-0406-4f28-ba31-0866d894b8f3",
"gambit_id": "f1446bb1-84fb-4458-a7d3-deb5bf117571",
"last_updated": "2022-08-08T11:47:15.302811-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "1.76000",
"odds": "1.83330",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ede473-f69f-426f-8769-7d27167c07d8/?format=api"
},
{
"id": "2c740cb6-d472-417b-b723-c31da1b9d1f0",
"gambit_id": "462ba383-aa3c-4f91-b7f1-6e902454df7f",
"last_updated": "2022-08-08T11:47:15.302354-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.91000",
"odds": "2.00000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ede473-f69f-426f-8769-7d27167c07d8/?format=api"
}
]
}