GET /api/bet_types/c367ae58-bd4d-4b27-9ada-3500471f6a13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c367ae58-bd4d-4b27-9ada-3500471f6a13",
    "match": "https://api-prod.gambitprofit.com/api/matches/02429558-5911-48ec-af8a-a4afc5cc060f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:07.577898-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": "Florida Panthers",
                "amount": 5688.0
            },
            {
                "team": "New York Rangers",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "287325b8-5efa-4098-8ffd-2d375657fed1",
            "gambit_id": "a17dd955-7fae-40d9-b557-c485a9a5d2c8",
            "last_updated": "2024-01-01T13:23:20.616626-05:00",
            "created_at": "2023-12-29T09:58:07.586761-05:00",
            "name": "Florida Panthers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c367ae58-bd4d-4b27-9ada-3500471f6a13/?format=api"
        },
        {
            "id": "9039ebfb-fce4-45b9-b92c-b0955f0b2f44",
            "gambit_id": "6be6914b-32be-4388-adad-2e8807fc7e03",
            "last_updated": "2024-01-01T13:23:20.612597-05:00",
            "created_at": "2023-12-29T09:58:07.582267-05:00",
            "name": "New York Rangers",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c367ae58-bd4d-4b27-9ada-3500471f6a13/?format=api"
        }
    ]
}