GET /api/bet_types/9b44e872-a1fe-4b1c-a40c-c9323b87ac5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b44e872-a1fe-4b1c-a40c-c9323b87ac5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d485e656-3c8a-4fc4-bedb-3fe685888227/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:58:10.807649-04: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": "Atlanta Falcons",
                "amount": 5857.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "50429679-8944-46f7-9f40-a2976bb56cac",
            "gambit_id": "3628bcd0-8cd4-4618-b91f-05fd343a7674",
            "last_updated": "2023-09-18T15:43:22.583762-04:00",
            "created_at": "2023-09-14T09:58:10.815250-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b44e872-a1fe-4b1c-a40c-c9323b87ac5e/?format=api"
        },
        {
            "id": "5800f203-eb55-4d4b-87c9-403684becb71",
            "gambit_id": "7f0b10a4-7bce-43c9-a5e9-ed26fd0b3085",
            "last_updated": "2023-09-18T15:43:22.578378-04:00",
            "created_at": "2023-09-14T09:58:10.811226-04:00",
            "name": "Green Bay Packers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b44e872-a1fe-4b1c-a40c-c9323b87ac5e/?format=api"
        }
    ]
}