GET /api/bet_types/49d8591b-dfea-4a09-b1cd-7ab8cfc09ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49d8591b-dfea-4a09-b1cd-7ab8cfc09ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8145a36f-71ed-4447-b236-059c50a034e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:08.320048-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": "Calgary Flames",
                "amount": 5196.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e7dc77d-233b-4567-b1f4-1ef74c503240",
            "gambit_id": "4be1194f-ff1f-4716-a90b-e532d5ca59d8",
            "last_updated": "2022-12-30T18:57:01.917063-05:00",
            "created_at": "2022-12-28T09:32:08.322462-05:00",
            "name": "Calgary Flames",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d8591b-dfea-4a09-b1cd-7ab8cfc09ab6/?format=api"
        },
        {
            "id": "1f189ed8-809f-46fe-ac29-d4785b19e104",
            "gambit_id": "691af340-1302-4f13-b424-3495b426fa88",
            "last_updated": "2022-12-30T18:57:01.915976-05:00",
            "created_at": "2022-12-28T09:32:08.321230-05:00",
            "name": "Seattle Kraken",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d8591b-dfea-4a09-b1cd-7ab8cfc09ab6/?format=api"
        }
    ]
}