GET /api/bet_types/b08dddf7-daac-40b4-ab3f-9c9b05690da3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b08dddf7-daac-40b4-ab3f-9c9b05690da3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb431d6e-bed7-4a2d-811e-cb6004dbcd19/?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": 6611.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": 453.73,
        "profit_sb_percentage": 5.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "105dcb41-1e01-4699-8c6e-4416ab6807d9",
            "gambit_id": "97fae6b9-1d32-4c96-b947-a7b843fefa03",
            "last_updated": "2022-11-02T10:52:36.694170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b08dddf7-daac-40b4-ab3f-9c9b05690da3/?format=api"
        },
        {
            "id": "92aa132e-b454-46a7-aaf2-88aeeff5a5fb",
            "gambit_id": "f7149b67-d2f6-4a37-94ca-497b26e6de0b",
            "last_updated": "2022-11-02T10:52:36.695141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b08dddf7-daac-40b4-ab3f-9c9b05690da3/?format=api"
        }
    ]
}