GET /api/bet_types/8d6edc5f-d004-487a-9f1c-7eb71963bca5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d6edc5f-d004-487a-9f1c-7eb71963bca5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dfcb4e5-85c5-4796-b130-c30a3fdee46e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:04.568143-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": "Winnipeg Jets",
                "amount": 6643.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "5850f455-6ccc-4be8-97b2-133b18ca811d",
            "gambit_id": "63610ce9-398a-4aa0-97ce-40df8ad3f1b8",
            "last_updated": "2023-12-29T11:08:25.808155-05:00",
            "created_at": "2023-12-27T09:03:04.571584-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6edc5f-d004-487a-9f1c-7eb71963bca5/?format=api"
        },
        {
            "id": "d6210a00-e7c8-4fbb-bf2c-bddada6755c8",
            "gambit_id": "858e3fd4-4edb-42fc-8221-164e2c75942a",
            "last_updated": "2023-12-29T11:08:25.811703-05:00",
            "created_at": "2023-12-27T09:03:04.575539-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6edc5f-d004-487a-9f1c-7eb71963bca5/?format=api"
        }
    ]
}