GET /api/bet_types/6907bd0d-7261-4698-bc9f-7fe10d527b08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6907bd0d-7261-4698-bc9f-7fe10d527b08",
"match": "https://api-prod.gambitprofit.com/api/matches/0ec5ef8f-1d34-4a8c-a1b0-6a1c1794972a/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-13T09:22:03.904131-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": "Mississippi State",
"amount": 5000.0
},
{
"team": "Pittsburgh",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "d43c928b-5faf-48c1-90fa-2ad79bcad3cf",
"gambit_id": "95dcc9fe-7b92-4ce0-9414-959e63a84fd4",
"last_updated": "2023-03-15T09:51:55.510694-04:00",
"created_at": "2023-03-13T09:22:03.907014-04:00",
"name": "Mississippi State",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6907bd0d-7261-4698-bc9f-7fe10d527b08/?format=api"
},
{
"id": "5b55336f-31da-4b73-8963-2c56937c0a2b",
"gambit_id": "384f628d-5887-47f1-a8cd-470fae6284d6",
"last_updated": "2023-03-15T09:51:55.509328-04:00",
"created_at": "2023-03-13T09:22:03.905585-04:00",
"name": "Pittsburgh",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6907bd0d-7261-4698-bc9f-7fe10d527b08/?format=api"
}
]
}