GET /api/bet_types/f233ac32-639a-45a6-b0c1-0bc4a159363f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f233ac32-639a-45a6-b0c1-0bc4a159363f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f666c26c-58cf-43da-a719-bfff8cac682b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:52:56.328081-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": "Minnesota Wild",
                "amount": 5515.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6f86652-6c5f-44f0-8617-b3c7f717cad0",
            "gambit_id": "fa560ec3-d610-42f0-b189-c8411705882a",
            "last_updated": "2023-10-13T20:53:03.123099-04:00",
            "created_at": "2023-10-12T10:52:56.336830-04:00",
            "name": "Minnesota Wild",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f233ac32-639a-45a6-b0c1-0bc4a159363f/?format=api"
        },
        {
            "id": "0c491f5a-c5e9-4536-be35-44b0e0b53d97",
            "gambit_id": "54b9c7af-a762-48ca-910e-6a13fea3d17d",
            "last_updated": "2023-10-13T20:53:03.117148-04:00",
            "created_at": "2023-10-12T10:52:56.332019-04:00",
            "name": "Florida Panthers",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f233ac32-639a-45a6-b0c1-0bc4a159363f/?format=api"
        }
    ]
}