GET /api/bet_types/fe1fcb69-09d2-45a2-bfd1-b6d57e4b2dbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fe1fcb69-09d2-45a2-bfd1-b6d57e4b2dbf",
"match": "https://api-prod.gambitprofit.com/api/matches/e710e427-0c37-4bc5-bf7b-60563c69109c/?format=api",
"name": "FreeForm",
"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": "Even",
"amount": 5000.0
},
{
"team": "Odd",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "2209b5fa-1397-4109-960f-a58bd51eab85",
"gambit_id": "bb71a7e0-e49b-4ba5-92a7-cc335e19987b",
"last_updated": "2022-12-08T13:02:28.288381-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Even",
"reward": "1.80000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1fcb69-09d2-45a2-bfd1-b6d57e4b2dbf/?format=api"
},
{
"id": "4c2d3bb6-0da6-4928-aeac-4a4889b1ce14",
"gambit_id": "fa8ff560-4098-4c1c-a712-0f9e0fe98b46",
"last_updated": "2022-12-08T13:02:28.289393-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Odd",
"reward": "1.80000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1fcb69-09d2-45a2-bfd1-b6d57e4b2dbf/?format=api"
}
]
}