GET /api/bet_types/ef0ea0fc-35bd-417b-9481-ef52689e2b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ef0ea0fc-35bd-417b-9481-ef52689e2b3f",
"match": "https://api-prod.gambitprofit.com/api/matches/c68683c5-87f1-4e7a-ac75-0a6a5ffac943/?format=api",
"name": "Play the Odds",
"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": "TAM",
"amount": 5911.0
},
{
"team": "MIL",
"amount": 4089.0
}
],
"expected_reward_tokens": 9280.27,
"profit_sb": 280.27,
"profit_sb_percentage": 3.11,
"recommended": true
},
"lines": [
{
"id": "e637d279-e5fb-4e8d-b431-bc7ddddb2cc6",
"gambit_id": "7e14ede9-e49e-4a0f-890b-8909f158118f",
"last_updated": "2022-08-11T09:47:07.721236-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "1.57000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef0ea0fc-35bd-417b-9481-ef52689e2b3f/?format=api"
},
{
"id": "6760daac-8d6c-4f7a-aea1-c14724447216",
"gambit_id": "1a841a78-e1c7-473d-9527-aad0a16e70fb",
"last_updated": "2022-08-11T09:47:07.720760-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.27000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef0ea0fc-35bd-417b-9481-ef52689e2b3f/?format=api"
}
]
}