GET /api/bet_types/96b2f223-b0d6-489e-9eae-9efad946fc66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96b2f223-b0d6-489e-9eae-9efad946fc66",
    "match": "https://api-prod.gambitprofit.com/api/matches/b421f6a3-ab17-41ec-a34a-6121671837d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:55.895014-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": "Carolina Hurricanes",
                "amount": 5512.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "aac33459-2b01-45b1-ba9e-89444fc3b257",
            "gambit_id": "2e78deec-5ad5-44f8-a9cd-6143516b3298",
            "last_updated": "2023-03-08T10:52:03.279777-05:00",
            "created_at": "2023-03-07T09:41:55.897578-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96b2f223-b0d6-489e-9eae-9efad946fc66/?format=api"
        },
        {
            "id": "2468c86c-42f5-4826-877f-18533f6234ca",
            "gambit_id": "cbe7a9be-fdba-4c1c-beee-411337f5a6cc",
            "last_updated": "2023-03-08T10:52:03.278631-05:00",
            "created_at": "2023-03-07T09:41:55.896305-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96b2f223-b0d6-489e-9eae-9efad946fc66/?format=api"
        }
    ]
}