GET /api/bet_types/ab2bda26-b2f6-47ef-a8f1-c21b79eeace9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab2bda26-b2f6-47ef-a8f1-c21b79eeace9",
    "match": "https://api-prod.gambitprofit.com/api/matches/13bcb2b7-975f-44b1-b2f3-bf6098ca1f37/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:03.127864-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": "New York Rangers",
                "amount": 5094.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4c8a88e-50f7-4a95-9611-051633ad4dad",
            "gambit_id": "bbc7a2c6-7463-45be-8588-78c824c30929",
            "last_updated": "2023-11-03T11:53:24.970173-04:00",
            "created_at": "2023-11-02T09:03:03.136438-04:00",
            "name": "New York Rangers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab2bda26-b2f6-47ef-a8f1-c21b79eeace9/?format=api"
        },
        {
            "id": "9e86d85e-92d1-4725-9ada-e365f8d6fe15",
            "gambit_id": "6aa866a7-bef5-4365-8e55-955cf957823d",
            "last_updated": "2023-11-03T11:53:24.966390-04:00",
            "created_at": "2023-11-02T09:03:03.132222-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab2bda26-b2f6-47ef-a8f1-c21b79eeace9/?format=api"
        }
    ]
}