GET /api/bet_types/9eb877e3-7800-406c-bd19-9d26d8d55d2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9eb877e3-7800-406c-bd19-9d26d8d55d2e",
"match": "https://api-prod.gambitprofit.com/api/matches/f0a41080-0970-471a-b5c3-18ad2cf15be3/?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": "Odd",
"amount": 5000.0
},
{
"team": "Even",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "4c91678e-39eb-46aa-821e-70f0868e8426",
"gambit_id": "1e027e48-2426-498f-bf6c-b5bcabf14b36",
"last_updated": "2022-11-14T15:27:54.736592-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/9eb877e3-7800-406c-bd19-9d26d8d55d2e/?format=api"
},
{
"id": "c63fa9b7-29c9-49fc-83e5-84e15af9094d",
"gambit_id": "dce0d872-0ecd-42ae-a9f5-a6f1e50fdad0",
"last_updated": "2022-11-14T15:27:54.735385-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/9eb877e3-7800-406c-bd19-9d26d8d55d2e/?format=api"
}
]
}