GET /api/bet_types/01c3519d-5070-4920-ac6c-2d8bf1a3982d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01c3519d-5070-4920-ac6c-2d8bf1a3982d",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c5e8f3-34a7-4936-b808-a596f91e29a9/?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": "Stanford",
                "amount": 5780.0
            },
            {
                "team": "Arizona State",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "520befc2-a68e-4d00-9ddf-a04d7742b68a",
            "gambit_id": "35f22a59-c165-4e31-b0f9-651f875dc9ba",
            "last_updated": "2022-10-23T19:47:03.885251-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01c3519d-5070-4920-ac6c-2d8bf1a3982d/?format=api"
        },
        {
            "id": "7e5b00ea-b2eb-486a-8cb2-0f10962aebd5",
            "gambit_id": "a2131552-93b4-4ae4-8e3d-419a0c89275c",
            "last_updated": "2022-10-23T19:47:03.886681-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01c3519d-5070-4920-ac6c-2d8bf1a3982d/?format=api"
        }
    ]
}