GET /api/bet_types/959d19a9-3c7b-44df-860c-bf31a307b515/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "959d19a9-3c7b-44df-860c-bf31a307b515",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad43ddf-6ec3-4305-b713-fdd50fcd58d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T09:07:03.258869-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": "Philadelphia 76ers",
                "amount": 5106.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "c75fea5f-440e-43b8-a69e-4378c8932fd8",
            "gambit_id": "df310d73-6d6f-4cb6-bb9c-b9086095435c",
            "last_updated": "2023-02-26T11:41:54.431090-05:00",
            "created_at": "2023-02-25T09:07:03.260042-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/959d19a9-3c7b-44df-860c-bf31a307b515/?format=api"
        },
        {
            "id": "43b01202-3f97-4a0c-bed5-6bde03671550",
            "gambit_id": "a10ebccc-6699-4c27-9ad1-c869f97b77d2",
            "last_updated": "2023-02-26T11:41:54.432171-05:00",
            "created_at": "2023-02-25T09:07:03.261299-05:00",
            "name": "Boston Celtics",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/959d19a9-3c7b-44df-860c-bf31a307b515/?format=api"
        }
    ]
}