GET /api/bet_types/e1f6051d-2e45-41b9-9665-f5100895c8fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1f6051d-2e45-41b9-9665-f5100895c8fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3e21cc8-a437-44c6-a530-ac9d7863c671/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:20.466257-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": "Edmonton Oilers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "c833aabd-11ea-4178-80e4-bd172deaf709",
            "gambit_id": "e202afef-e7bb-4c58-b60d-8da0f420c2ea",
            "last_updated": "2023-10-27T11:03:25.433572-04:00",
            "created_at": "2023-10-26T09:28:20.470022-04:00",
            "name": "New York Rangers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f6051d-2e45-41b9-9665-f5100895c8fd/?format=api"
        },
        {
            "id": "e5a92eb8-cdf8-461c-a148-3f6825b33941",
            "gambit_id": "fbb29f97-2fcb-4dd9-8817-8ed266b00aba",
            "last_updated": "2023-10-27T11:03:25.430056-04:00",
            "created_at": "2023-10-26T09:28:20.474000-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f6051d-2e45-41b9-9665-f5100895c8fd/?format=api"
        }
    ]
}