GET /api/bet_types/0cd80282-ab67-4840-a621-bd61b740fca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cd80282-ab67-4840-a621-bd61b740fca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57d2e32-3c32-4878-8373-14dd6302cb11/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T10:51:58.488797-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": "Florida Panthers",
                "amount": 6458.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "050b46e2-81e9-41e0-90cb-267431fa90a8",
            "gambit_id": "74b8ed82-d79f-4ab9-af0c-b2cb37d87905",
            "last_updated": "2023-05-22T13:31:58.036912-04:00",
            "created_at": "2023-05-20T10:51:58.491636-04:00",
            "name": "Florida Panthers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd80282-ab67-4840-a621-bd61b740fca2/?format=api"
        },
        {
            "id": "464b51b0-25da-4c20-affa-506f1991c32c",
            "gambit_id": "5dfebf2c-1459-4c7a-a3b0-ac8d07d0fefc",
            "last_updated": "2023-05-22T13:31:58.035287-04:00",
            "created_at": "2023-05-20T10:51:58.490150-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd80282-ab67-4840-a621-bd61b740fca2/?format=api"
        }
    ]
}