GET /api/bet_types/2bdfe2d3-add2-4dd8-98e1-4419c5198835/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2bdfe2d3-add2-4dd8-98e1-4419c5198835",
"match": "https://api-prod.gambitprofit.com/api/matches/9a42f681-b778-49d4-b427-27c523c60ca7/?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": "SDG",
"amount": 5580.0
},
{
"team": "LOS",
"amount": 4420.0
}
],
"expected_reward_tokens": 9149.4,
"profit_sb": 149.4,
"profit_sb_percentage": 1.66,
"recommended": true
},
"lines": [
{
"id": "93fa51c7-b550-47fa-9fb5-14403a4411ea",
"gambit_id": "66931a18-5d1f-40ed-b633-3b9814fea9f6",
"last_updated": "2022-09-11T18:32:18.884275-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SDG",
"reward": "1.64000",
"odds": "1.71430",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bdfe2d3-add2-4dd8-98e1-4419c5198835/?format=api"
},
{
"id": "934187fe-a887-4ca8-b7b6-09b1b8c0b14e",
"gambit_id": "973a072d-3efd-4958-a80a-4070d46e914a",
"last_updated": "2022-09-11T18:32:18.886255-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LOS",
"reward": "2.07000",
"odds": "2.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bdfe2d3-add2-4dd8-98e1-4419c5198835/?format=api"
}
]
}