GET /api/bet_types/99f8f20a-484b-48af-b662-ef4ec013a2a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "99f8f20a-484b-48af-b662-ef4ec013a2a1",
"match": "https://api-prod.gambitprofit.com/api/matches/09b2d2d3-634e-4744-94f3-cc1edd1744f1/?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": "Cincinnati",
"amount": 8430.0
},
{
"team": "Indiana",
"amount": 1570.0
}
],
"expected_reward_tokens": 9357.2,
"profit_sb": 357.2,
"profit_sb_percentage": 3.97,
"recommended": true
},
"lines": [
{
"id": "93cae063-1ea4-437f-8cbd-c74d6e7fa0b2",
"gambit_id": "25ff5ca3-9e25-4a1c-ab00-cd7d3552f704",
"last_updated": "2022-09-25T19:57:05.781611-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cincinnati",
"reward": "1.11000",
"odds": "1.12120",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f8f20a-484b-48af-b662-ef4ec013a2a1/?format=api"
},
{
"id": "97345793-3ed2-4e81-a792-9257c9ecd027",
"gambit_id": "7c32c843-1d78-474e-ac23-46869b270137",
"last_updated": "2022-09-25T19:57:05.782801-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana",
"reward": "5.96000",
"odds": "6.60000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f8f20a-484b-48af-b662-ef4ec013a2a1/?format=api"
}
]
}