GET /api/bet_types/b3cb74d3-29aa-4e90-b866-9d17cdcd6c71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b3cb74d3-29aa-4e90-b866-9d17cdcd6c71",
"match": "https://api-prod.gambitprofit.com/api/matches/5aa92ffe-0508-40e4-819d-0b6f9c17def5/?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": "Kansas State",
"amount": 8189.0
},
{
"team": "Tulane",
"amount": 1811.0
}
],
"expected_reward_tokens": 9253.57,
"profit_sb": 253.57,
"profit_sb_percentage": 2.82,
"recommended": true
},
"lines": [
{
"id": "ee0b11a6-236c-4ea0-822a-73d514c5bcd2",
"gambit_id": "e327d7e8-171d-4b87-ac90-3ba78cf4c451",
"last_updated": "2022-09-18T20:37:19.656289-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kansas State",
"reward": "1.13000",
"odds": "1.15380",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3cb74d3-29aa-4e90-b866-9d17cdcd6c71/?format=api"
},
{
"id": "3113c393-d8ff-46b8-86bf-1f49f16ca53b",
"gambit_id": "e13a2c11-914d-41cd-a53b-2992f427dc5f",
"last_updated": "2022-09-18T20:37:19.657255-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tulane",
"reward": "5.11000",
"odds": "5.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3cb74d3-29aa-4e90-b866-9d17cdcd6c71/?format=api"
}
]
}