GET /api/bet_types/bd1b6c25-e25b-4521-9342-776e3c0a682d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bd1b6c25-e25b-4521-9342-776e3c0a682d",
"match": "https://api-prod.gambitprofit.com/api/matches/d7216fb7-a9f9-44e1-a75f-57bb273314c9/?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": "Miami Dolphins",
"amount": 8457.0
},
{
"team": "Houston Texans",
"amount": 1543.0
}
],
"expected_reward_tokens": 9302.7,
"profit_sb": 302.7,
"profit_sb_percentage": 3.36,
"recommended": true
},
"lines": [
{
"id": "4ada4572-70fb-42b5-904e-d754d3c7463c",
"gambit_id": "fc525079-0daa-4016-a750-a8a9cd62a24f",
"last_updated": "2022-11-28T11:52:09.443655-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Dolphins",
"reward": "1.10000",
"odds": "1.11760",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd1b6c25-e25b-4521-9342-776e3c0a682d/?format=api"
},
{
"id": "9d1ab4cb-465f-4818-aed3-82a6b5d6e0fc",
"gambit_id": "630bebcd-5924-4cf6-b2bc-f9e4440643ab",
"last_updated": "2022-11-28T11:52:09.444830-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Texans",
"reward": "6.03000",
"odds": "6.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd1b6c25-e25b-4521-9342-776e3c0a682d/?format=api"
}
]
}