GET /api/bet_types/74e464cf-12c6-4b89-ab76-a81295de2e79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "74e464cf-12c6-4b89-ab76-a81295de2e79",
"match": "https://api-prod.gambitprofit.com/api/matches/2f2490c5-2d3e-4233-9660-ef094963dd6a/?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": "Nashville Predators",
"amount": 6047.0
},
{
"team": "Colorado Avalanche",
"amount": 3953.0
}
],
"expected_reward_tokens": 9130.97,
"profit_sb": 130.97,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "868f36b9-bf95-437c-9a6b-2b0d6cb19f52",
"gambit_id": "913096eb-1b74-4595-a10b-5914d903178c",
"last_updated": "2022-12-19T10:42:31.850916-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nashville Predators",
"reward": "1.51000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74e464cf-12c6-4b89-ab76-a81295de2e79/?format=api"
},
{
"id": "567ff2b3-5ab8-4251-ab84-c13e0106e2dc",
"gambit_id": "362bea04-e270-4534-9f80-0c4fa4690e4f",
"last_updated": "2022-12-19T10:42:31.849866-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Colorado Avalanche",
"reward": "2.31000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74e464cf-12c6-4b89-ab76-a81295de2e79/?format=api"
}
]
}