GET /api/bet_types/49d5dd08-97f1-4625-81f2-077d8a095db4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49d5dd08-97f1-4625-81f2-077d8a095db4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cd1366e-24c9-4049-85d4-5e4200414e24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:13.760835-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": "Buffalo Bills",
                "amount": 5857.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "027ff1f4-adce-4af8-a336-60d91e492714",
            "gambit_id": "091b9d3b-6596-4682-98b9-a96405be0c95",
            "last_updated": "2024-01-23T18:43:22.758011-05:00",
            "created_at": "2024-01-19T09:33:13.778493-05:00",
            "name": "Buffalo Bills",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d5dd08-97f1-4625-81f2-077d8a095db4/?format=api"
        },
        {
            "id": "233059d3-cb64-46dc-8433-1206dc40c09e",
            "gambit_id": "79e56eda-bffd-43b1-9e2a-322093be8538",
            "last_updated": "2024-01-23T18:43:22.753730-05:00",
            "created_at": "2024-01-19T09:33:13.772965-05:00",
            "name": "Kansas City Chiefs",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d5dd08-97f1-4625-81f2-077d8a095db4/?format=api"
        }
    ]
}