GET /api/bet_types/47a140ab-70ac-424f-8b83-1bc0a7e422c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "47a140ab-70ac-424f-8b83-1bc0a7e422c7",
"match": "https://api-prod.gambitprofit.com/api/matches/3817fff2-4e58-4482-9724-d3972aaf567b/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-01T09:47:55.262546-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": "Memphis Grizzlies",
"amount": 5000.0
},
{
"team": "Dallas Mavericks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "beabbf92-8b01-443d-a5ff-71e2e52b298a",
"gambit_id": "f027cdd5-f971-4373-9b12-e75a8a7ca43a",
"last_updated": "2023-12-02T09:38:00.229133-05:00",
"created_at": "2023-12-01T09:47:55.266228-05:00",
"name": "Memphis Grizzlies",
"reward": "1.87000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47a140ab-70ac-424f-8b83-1bc0a7e422c7/?format=api"
},
{
"id": "727da2c1-c021-4c7c-8459-1b92d7bd6ef4",
"gambit_id": "e806c744-af59-4651-bc1e-f6fd801c298e",
"last_updated": "2023-12-02T09:38:00.232680-05:00",
"created_at": "2023-12-01T09:47:55.270945-05:00",
"name": "Dallas Mavericks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47a140ab-70ac-424f-8b83-1bc0a7e422c7/?format=api"
}
]
}