GET /api/bet_types/a6afba11-72a0-47e6-a751-47be62704105/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a6afba11-72a0-47e6-a751-47be62704105",
"match": "https://api-prod.gambitprofit.com/api/matches/8945470c-530d-4ced-92c3-046d26df26c0/?format=api",
"name": "Pick the Winner",
"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": "Green Bay Packers",
"amount": 6345.0
},
{
"team": "Detroit Lions",
"amount": 3655.0
}
],
"expected_reward_tokens": 9136.8,
"profit_sb": 136.8,
"profit_sb_percentage": 1.52,
"recommended": true
},
"lines": [
{
"id": "11f68c0d-e29e-4b3b-bb32-9d5fc1b5f86d",
"gambit_id": "8e555960-2bc2-4e7e-9566-83ce08e7d5ef",
"last_updated": "2022-11-07T10:13:03.218490-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Green Bay Packers",
"reward": "1.44000",
"odds": "1.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6afba11-72a0-47e6-a751-47be62704105/?format=api"
},
{
"id": "6a58528c-1b41-4c86-b76b-dfcdadb624d0",
"gambit_id": "05bf3efb-4f25-4559-a0b0-5616b8a93837",
"last_updated": "2022-11-07T10:13:03.217397-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Lions",
"reward": "2.50000",
"odds": "2.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6afba11-72a0-47e6-a751-47be62704105/?format=api"
}
]
}