GET /api/bet_types/697e699a-5f20-446b-95ef-b8c975422b24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "697e699a-5f20-446b-95ef-b8c975422b24",
    "match": "https://api-prod.gambitprofit.com/api/matches/047239e4-a741-4cab-91e1-874f7013773e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:23.859968-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": "Colorado Avalanche",
                "amount": 5107.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "69ba9277-cfae-4dee-8e2b-41f5b4c61131",
            "gambit_id": "ba8dd9f2-ea4b-4c62-9751-6977530cd8a0",
            "last_updated": "2024-01-09T10:18:16.371901-05:00",
            "created_at": "2024-01-06T09:23:23.872937-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/697e699a-5f20-446b-95ef-b8c975422b24/?format=api"
        },
        {
            "id": "27de6689-655a-4aa2-a83c-418ccd61c5f1",
            "gambit_id": "514bc5ab-8dd9-47c4-bbd0-a71911be1bab",
            "last_updated": "2024-01-09T10:18:16.368603-05:00",
            "created_at": "2024-01-06T09:23:23.865975-05:00",
            "name": "Florida Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/697e699a-5f20-446b-95ef-b8c975422b24/?format=api"
        }
    ]
}