GET /api/bet_types/21ae8191-b371-4e6d-9af6-02cd3fb4d8f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "21ae8191-b371-4e6d-9af6-02cd3fb4d8f2",
"match": "https://api-prod.gambitprofit.com/api/matches/e6ccff81-a947-4ff6-ab32-d5ca033272c0/?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": "Michigan State",
"amount": 7474.0
},
{
"team": "Indiana",
"amount": 2526.0
}
],
"expected_reward_tokens": 9193.02,
"profit_sb": 193.02,
"profit_sb_percentage": 2.14,
"recommended": true
},
"lines": [
{
"id": "77b5e63b-0880-403f-9131-3302732d6640",
"gambit_id": "f1599870-0e6a-4ef5-a595-523ae5b9b00c",
"last_updated": "2022-11-21T12:08:10.471306-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan State",
"reward": "1.23000",
"odds": "1.26320",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ae8191-b371-4e6d-9af6-02cd3fb4d8f2/?format=api"
},
{
"id": "dedd104d-d4fe-4975-8bcd-61283c222fa3",
"gambit_id": "19490a9d-c370-4503-a4a9-b3e4cc6f230a",
"last_updated": "2022-11-21T12:08:10.470110-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana",
"reward": "3.64000",
"odds": "4.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ae8191-b371-4e6d-9af6-02cd3fb4d8f2/?format=api"
}
]
}