GET /api/bet_types/cd951e30-1cf2-4c6c-81b0-432af09f5203/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cd951e30-1cf2-4c6c-81b0-432af09f5203",
"match": "https://api-prod.gambitprofit.com/api/matches/b4b81913-6e32-45ec-97aa-39478cbaa309/?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": "PHI",
"amount": 5984.0
},
{
"team": "HOU",
"amount": 4016.0
}
],
"expected_reward_tokens": 9155.52,
"profit_sb": 155.52,
"profit_sb_percentage": 1.73,
"recommended": true
},
"lines": [
{
"id": "f8660565-0db8-479c-9062-0eefa287f342",
"gambit_id": "f33059a8-2c89-444d-8e9f-13f163b82147",
"last_updated": "2022-11-06T12:02:42.354896-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.53000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd951e30-1cf2-4c6c-81b0-432af09f5203/?format=api"
},
{
"id": "5e9e9eff-f6fd-4494-8224-431078e7db30",
"gambit_id": "459be69a-8711-4fd8-95d3-2184a489c8f0",
"last_updated": "2022-11-06T12:02:42.353774-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "2.28000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd951e30-1cf2-4c6c-81b0-432af09f5203/?format=api"
}
]
}