GET /api/bet_types/bfb3eeb3-6fb6-4add-9845-c9ae7ee48cbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfb3eeb3-6fb6-4add-9845-c9ae7ee48cbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/da5b4a4f-ca4d-40ef-8752-a7a4750bd45c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:56.580679-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": "Carolina Hurricanes",
                "amount": 5515.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bc124d9-3b14-474d-921d-3d212ac5130d",
            "gambit_id": "5ecad3fd-fff9-4145-a5c4-7e88f5755197",
            "last_updated": "2023-10-26T10:23:04.732767-04:00",
            "created_at": "2023-10-24T08:57:56.584676-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb3eeb3-6fb6-4add-9845-c9ae7ee48cbc/?format=api"
        },
        {
            "id": "68242b16-2964-4d3d-8dbf-454901b558a8",
            "gambit_id": "e520dda1-53f7-41a9-ad97-4c91585f2ca3",
            "last_updated": "2023-10-26T10:23:04.736289-04:00",
            "created_at": "2023-10-24T08:57:56.588399-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb3eeb3-6fb6-4add-9845-c9ae7ee48cbc/?format=api"
        }
    ]
}