GET /api/bet_types/4cf6844b-317b-4bad-bbeb-ae2ed24cedd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4cf6844b-317b-4bad-bbeb-ae2ed24cedd8",
"match": "https://api-prod.gambitprofit.com/api/matches/0e8688d7-fcc2-48a0-a434-15efd32076f2/?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": "Carolina Panthers",
"amount": 5302.0
},
{
"team": "Cleveland Browns",
"amount": 4698.0
}
],
"expected_reward_tokens": 9066.42,
"profit_sb": 66.42,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "65c26de7-75ec-4527-82e9-b9d1f9a241db",
"gambit_id": "934031af-8287-499d-b13f-5ee075495fb2",
"last_updated": "2022-09-12T10:17:26.017271-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Panthers",
"reward": "1.71000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cf6844b-317b-4bad-bbeb-ae2ed24cedd8/?format=api"
},
{
"id": "efa8ca60-c2f1-4cf9-8bf4-5a24ff48bced",
"gambit_id": "876f4b9f-ecf2-40a3-a9bb-97d016f842d4",
"last_updated": "2022-09-12T10:17:26.018562-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cleveland Browns",
"reward": "1.93000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cf6844b-317b-4bad-bbeb-ae2ed24cedd8/?format=api"
}
]
}