GET /api/bet_types/276652f0-e3c7-43d1-801f-b73dbbedede6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "276652f0-e3c7-43d1-801f-b73dbbedede6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a79587ad-c96f-49ef-9c9e-14ad55956ae8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-05T14:19:54.341636-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": "Boston Celtics",
                "amount": 6759.0
            },
            {
                "team": "New York Knicks",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "a39bebe4-6f18-404b-9d9b-9d879ae382f2",
            "gambit_id": "d608379e-2eaf-468c-9c7f-34de19e61f49",
            "last_updated": "2023-03-06T19:07:00.573888-05:00",
            "created_at": "2023-03-05T14:19:54.344996-05:00",
            "name": "Boston Celtics",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276652f0-e3c7-43d1-801f-b73dbbedede6/?format=api"
        },
        {
            "id": "b6cdbe42-7824-4534-9f24-d4e10e4eca32",
            "gambit_id": "92fc642a-f755-4b0f-b350-9ce135b3692e",
            "last_updated": "2023-03-06T19:07:00.572734-05:00",
            "created_at": "2023-03-05T14:19:54.343198-05:00",
            "name": "New York Knicks",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/276652f0-e3c7-43d1-801f-b73dbbedede6/?format=api"
        }
    ]
}