GET /api/bet_types/867b566d-2641-4fdc-9acf-c64b16cfc074/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "867b566d-2641-4fdc-9acf-c64b16cfc074",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e454709-7877-49ba-b0da-bdf87a2fd9fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-30T10:43:14.517117-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": "Carolina Hurricanes",
                "amount": 5319.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad9d9391-89e1-4011-8734-d2b0f14094bb",
            "gambit_id": "1c39668f-9ce1-4eb7-bb3e-a8de1cad068f",
            "last_updated": "2024-01-01T19:48:19.700417-05:00",
            "created_at": "2023-12-30T10:43:14.522946-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867b566d-2641-4fdc-9acf-c64b16cfc074/?format=api"
        },
        {
            "id": "b20ce23e-b67a-458e-91aa-23f1cd70320b",
            "gambit_id": "2ccd5eb2-e80b-482c-bb42-6b851e4510cd",
            "last_updated": "2024-01-01T19:48:19.703940-05:00",
            "created_at": "2023-12-30T10:43:14.537501-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867b566d-2641-4fdc-9acf-c64b16cfc074/?format=api"
        }
    ]
}