GET /api/bet_types/70be68d7-2d35-4d35-a529-e70e9d100219/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70be68d7-2d35-4d35-a529-e70e9d100219",
    "match": "https://api-prod.gambitprofit.com/api/matches/1173d02b-508d-4460-9ea7-783b8719031c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:02.614576-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": "Washington Capitals",
                "amount": 6020.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "0a635c93-ec62-4245-8a4e-29fa905b883f",
            "gambit_id": "7eea9f61-cf70-4435-b8a5-192b79365505",
            "last_updated": "2023-12-12T10:28:17.052167-05:00",
            "created_at": "2023-12-10T09:58:02.619905-05:00",
            "name": "Washington Capitals",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70be68d7-2d35-4d35-a529-e70e9d100219/?format=api"
        },
        {
            "id": "9a384eef-704f-4683-b392-c42127c4eaa9",
            "gambit_id": "fea152ca-cc6a-4306-b264-cda415eb8b63",
            "last_updated": "2023-12-12T10:28:17.055428-05:00",
            "created_at": "2023-12-10T09:58:02.624990-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70be68d7-2d35-4d35-a529-e70e9d100219/?format=api"
        }
    ]
}