GET /api/bet_types/e4807cfd-5707-4214-b090-8907785780cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4807cfd-5707-4214-b090-8907785780cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2ef3b8e-d5a1-46b1-a21e-24612f390401/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T13:36:51.382896-04: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": "Colorado Avalanche",
                "amount": 6020.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "03a72c54-b183-4031-9e34-dc65d0947a99",
            "gambit_id": "0f232b54-e048-4c65-9d11-c892bcf27079",
            "last_updated": "2023-04-03T10:11:55.612027-04:00",
            "created_at": "2023-04-01T13:36:51.384766-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4807cfd-5707-4214-b090-8907785780cc/?format=api"
        },
        {
            "id": "bdc717ae-023e-4d40-adcb-a1e398ea7f30",
            "gambit_id": "f598affa-3a84-4113-b498-8d783bc25774",
            "last_updated": "2023-04-03T10:11:55.613446-04:00",
            "created_at": "2023-04-01T13:36:51.386522-04:00",
            "name": "Dallas Stars",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4807cfd-5707-4214-b090-8907785780cc/?format=api"
        }
    ]
}