GET /api/bet_types/545dd609-4800-4843-9bbc-6b2cf0097a1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "545dd609-4800-4843-9bbc-6b2cf0097a1c",
"match": "https://api-prod.gambitprofit.com/api/matches/07a3d7fd-236b-49c1-8691-74b6e6fd6f03/?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": "CHC",
"amount": 5395.0
},
{
"team": "STL",
"amount": 4605.0
}
],
"expected_reward_tokens": 9117.55,
"profit_sb": 117.55,
"profit_sb_percentage": 1.31,
"recommended": true
},
"lines": [
{
"id": "c6d97d30-df9c-4449-af37-e45084a0a2cb",
"gambit_id": "83f63f27-a0c3-42c2-b2eb-a0b4853e61a4",
"last_updated": "2022-09-05T13:37:07.447674-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CHC",
"reward": "1.69000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/545dd609-4800-4843-9bbc-6b2cf0097a1c/?format=api"
},
{
"id": "8f4274fd-d714-4fa7-9ed7-d087df353c1c",
"gambit_id": "dc9a133b-d3b3-4411-a51f-cc7600c8da78",
"last_updated": "2022-09-05T13:37:07.446084-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.98000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/545dd609-4800-4843-9bbc-6b2cf0097a1c/?format=api"
}
]
}