GET /api/bet_types/c7da785d-2101-4859-b0c8-46c56f65ed30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c7da785d-2101-4859-b0c8-46c56f65ed30",
"match": "https://api-prod.gambitprofit.com/api/matches/6cf6c5ce-bf29-4f49-ac0c-0c1475a10c0f/?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": "Georgia Tech",
"amount": 6025.0
},
{
"team": "Virginia",
"amount": 3975.0
}
],
"expected_reward_tokens": 9579.75,
"profit_sb": 79.75,
"profit_sb_percentage": 0.84,
"recommended": true
},
"lines": [
{
"id": "93ae31a1-d104-42b9-ac75-eab5fffa2dd2",
"gambit_id": "086db6ae-624b-48b1-9858-a44ee6ea56dd",
"last_updated": "2022-10-21T11:07:02.655517-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Tech",
"reward": "1.59000",
"odds": "1.60610",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7da785d-2101-4859-b0c8-46c56f65ed30/?format=api"
},
{
"id": "b26b19a4-b509-4bde-971d-00193456aca4",
"gambit_id": "8cd13944-d0c1-4650-b7de-e98a7b874c66",
"last_updated": "2022-10-21T11:07:02.656512-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Virginia",
"reward": "2.41000",
"odds": "2.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7da785d-2101-4859-b0c8-46c56f65ed30/?format=api"
}
]
}