GET /api/bet_types/c5be976f-2748-4d5f-9edc-fd0aaad30c0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c5be976f-2748-4d5f-9edc-fd0aaad30c0a",
"match": "https://api-prod.gambitprofit.com/api/matches/7f45beb1-24ed-4193-af32-233c0f8941fc/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-29T11:47:12.793625-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": "KAN",
"amount": 5000.0
},
{
"team": "STL",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "53a9e9f4-dafd-410e-83fc-5c60e7341508",
"gambit_id": "33d330f6-c4e4-4aa8-b144-36247955db82",
"last_updated": "2023-05-30T10:47:21.369945-04:00",
"created_at": "2023-05-29T11:47:12.795517-04:00",
"name": "KAN",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5be976f-2748-4d5f-9edc-fd0aaad30c0a/?format=api"
},
{
"id": "68c6bf99-0ef9-4e2f-befc-47b4c982fb45",
"gambit_id": "d3803e5f-4da3-4ec6-be2b-ff7dee71cd39",
"last_updated": "2023-05-30T10:47:21.371735-04:00",
"created_at": "2023-05-29T11:47:12.797532-04:00",
"name": "STL",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5be976f-2748-4d5f-9edc-fd0aaad30c0a/?format=api"
}
]
}