GET /api/bet_types/8cadd07d-80cb-494f-84da-9d9ffb713d43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cadd07d-80cb-494f-84da-9d9ffb713d43",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c7ebcf7-6c1b-440e-85f1-d6cc5457700e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:57.523179-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": "Montreal Canadiens",
                "amount": 5482.0
            },
            {
                "team": "New York Islanders",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "30f459c1-72b7-4a43-82fc-0b43f0f1cdbc",
            "gambit_id": "d77009cc-507e-40a9-a1b0-a83e7008fae5",
            "last_updated": "2023-01-16T10:07:23.366417-05:00",
            "created_at": "2023-01-14T08:26:57.529388-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cadd07d-80cb-494f-84da-9d9ffb713d43/?format=api"
        },
        {
            "id": "71a0c6bc-34b6-4f28-bba0-b531fbb0eb54",
            "gambit_id": "7c368fec-180c-44e6-a979-258255377a30",
            "last_updated": "2023-01-16T10:07:23.363356-05:00",
            "created_at": "2023-01-14T08:26:57.526264-05:00",
            "name": "New York Islanders",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cadd07d-80cb-494f-84da-9d9ffb713d43/?format=api"
        }
    ]
}