GET /api/bet_types/33534c6c-c008-46d0-bc36-77b9176a8692/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33534c6c-c008-46d0-bc36-77b9176a8692",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b80f411-0ab4-4e78-ba36-8b4ee35a2ff3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-16T09:23:13.311021-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": "MIL (C Burnes)",
                "amount": 7033.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "fcd743d5-eec8-46db-b6ab-0a49c50600cf",
            "gambit_id": "3d691df9-4c88-44f5-9a32-8765e51ca502",
            "last_updated": "2023-09-18T09:03:31.183810-04:00",
            "created_at": "2023-09-16T09:23:13.320027-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33534c6c-c008-46d0-bc36-77b9176a8692/?format=api"
        },
        {
            "id": "d55b17d0-eccb-4d16-b220-929937359710",
            "gambit_id": "2dc755fd-7e51-4efd-a71b-9794cfd0fdd0",
            "last_updated": "2023-09-18T09:03:31.178699-04:00",
            "created_at": "2023-09-16T09:23:13.315052-04:00",
            "name": "WAS (T Williams)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33534c6c-c008-46d0-bc36-77b9176a8692/?format=api"
        }
    ]
}