GET /api/bet_types/2dd503ad-cc55-4776-938b-fe0c753c20ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2dd503ad-cc55-4776-938b-fe0c753c20ec",
"match": "https://api-prod.gambitprofit.com/api/matches/6637317e-73e9-4215-bacd-e37a762abb4c/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-11T10:08:16.145109-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": "SDG",
"amount": 5599.0
},
{
"team": "COL",
"amount": 4401.0
}
],
"expected_reward_tokens": 9462.15,
"profit_sb": -37.85,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "fb6efb19-0bd4-4e0f-a9ff-93d69139ae38",
"gambit_id": "870c7037-0e2f-47d0-bdd9-03166e6217d0",
"last_updated": "2023-06-12T14:53:25.554399-04:00",
"created_at": "2023-06-11T10:08:16.146902-04:00",
"name": "SDG",
"reward": "1.69000",
"odds": "1.71430",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd503ad-cc55-4776-938b-fe0c753c20ec/?format=api"
},
{
"id": "4e7aab46-9631-4a48-888d-50e58306441c",
"gambit_id": "f622b9f9-bff4-46fd-8a0a-4c2f216925db",
"last_updated": "2023-06-12T14:53:25.556548-04:00",
"created_at": "2023-06-11T10:08:16.148749-04:00",
"name": "COL",
"reward": "2.15000",
"odds": "2.20000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd503ad-cc55-4776-938b-fe0c753c20ec/?format=api"
}
]
}