GET /api/bet_types/adcba376-0818-4643-a4bc-fa3e760a1a1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adcba376-0818-4643-a4bc-fa3e760a1a1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c21c2bf1-354d-4bbd-86b7-fcfc5811b9f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:17.039718-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": "Seattle Kraken",
                "amount": 6308.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "bedb24cb-f72e-455d-b360-eee0ffe1c306",
            "gambit_id": "ecd1f427-c862-4825-8bff-702b48f180c1",
            "last_updated": "2023-11-29T21:58:08.914640-05:00",
            "created_at": "2023-11-28T09:33:17.044703-05:00",
            "name": "Seattle Kraken",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adcba376-0818-4643-a4bc-fa3e760a1a1f/?format=api"
        },
        {
            "id": "7927d869-5094-4933-a5b4-45d57dd211ac",
            "gambit_id": "b535c7da-a436-494d-867b-33c1334f8e9a",
            "last_updated": "2023-11-29T21:58:08.919131-05:00",
            "created_at": "2023-11-28T09:33:17.048853-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adcba376-0818-4643-a4bc-fa3e760a1a1f/?format=api"
        }
    ]
}