GET /api/bet_types/018ac514-e8c5-45ba-b642-6ee3ed8a630d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "018ac514-e8c5-45ba-b642-6ee3ed8a630d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3bc0dab-29f4-40a6-af92-20eefba353d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "060e04d9-260e-43f1-9583-672be15330bf",
            "gambit_id": "209014b0-3cb8-4f22-beca-6f7df2a9cd73",
            "last_updated": "2022-12-23T11:52:15.269084-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/018ac514-e8c5-45ba-b642-6ee3ed8a630d/?format=api"
        },
        {
            "id": "a7c30609-300d-4fa9-a026-a1fd8e119a07",
            "gambit_id": "f4e52482-f4f1-4036-b52f-3f598c2dd38f",
            "last_updated": "2022-12-23T11:52:15.267908-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/018ac514-e8c5-45ba-b642-6ee3ed8a630d/?format=api"
        }
    ]
}