GET /api/bet_types/cebddbb2-b4c8-45e6-91ed-f4abb1c7fbd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cebddbb2-b4c8-45e6-91ed-f4abb1c7fbd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/77407bef-37a6-4afe-b17c-5ffc0f5412be/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:42:57.934112-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": "Pittsburgh Steelers",
                "amount": 5857.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "59ab85b4-bd57-4e37-b36d-47c4b41471b7",
            "gambit_id": "c55700e2-d52f-42db-9bf6-0c6e4c910ef7",
            "last_updated": "2024-01-09T10:23:27.601248-05:00",
            "created_at": "2024-01-04T09:42:57.937981-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cebddbb2-b4c8-45e6-91ed-f4abb1c7fbd7/?format=api"
        },
        {
            "id": "6d86bc32-b503-457a-ba91-efbcad9a2ca0",
            "gambit_id": "cad5eeba-aaf3-4f03-8f2e-cf370945442c",
            "last_updated": "2024-01-09T10:23:27.605183-05:00",
            "created_at": "2024-01-04T09:42:57.942263-05:00",
            "name": "Baltimore Ravens",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cebddbb2-b4c8-45e6-91ed-f4abb1c7fbd7/?format=api"
        }
    ]
}