GET /api/bet_types/eab8a83a-e989-4e1d-b546-6726dc756cd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eab8a83a-e989-4e1d-b546-6726dc756cd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce0503f7-67fd-4ca8-9ac2-9fd7fd87cd20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-14T09:53:16.420299-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": "Toronto Maple Leafs",
                "amount": 6449.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "78190948-2c8c-45d1-ad15-3dd76d0716c2",
            "gambit_id": "64af3ef4-133c-4730-998b-23e8d41dd296",
            "last_updated": "2024-01-16T22:58:17.767242-05:00",
            "created_at": "2024-01-14T09:53:16.442580-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eab8a83a-e989-4e1d-b546-6726dc756cd1/?format=api"
        },
        {
            "id": "aa16f4ed-64f1-4105-9f8b-a830d3ea14f2",
            "gambit_id": "69e8bfd4-b4c9-4053-83a8-222dedb7ffb5",
            "last_updated": "2024-01-16T22:58:17.762489-05:00",
            "created_at": "2024-01-14T09:53:16.432808-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eab8a83a-e989-4e1d-b546-6726dc756cd1/?format=api"
        }
    ]
}