GET /api/bet_types/91d49be0-13cb-4593-9be1-20f6e3cdb3f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91d49be0-13cb-4593-9be1-20f6e3cdb3f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ec451d8-6f64-46c2-a6a3-a172805707fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:23.116751-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": "Ottawa Senators",
                "amount": 6849.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f8970ae-704b-4602-a1c8-9e7a1fdc019e",
            "gambit_id": "a36d0375-3f9e-4c18-8efb-89acf6ec4c73",
            "last_updated": "2023-11-20T15:03:33.124101-05:00",
            "created_at": "2023-11-18T09:38:23.125082-05:00",
            "name": "Ottawa Senators",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d49be0-13cb-4593-9be1-20f6e3cdb3f5/?format=api"
        },
        {
            "id": "06cc0d46-3955-4946-a9bc-26add3d6d57f",
            "gambit_id": "f6d4f174-1703-43ad-a391-c4e7e62371d4",
            "last_updated": "2023-11-20T15:03:33.111525-05:00",
            "created_at": "2023-11-18T09:38:23.121173-05:00",
            "name": "Minnesota Wild",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d49be0-13cb-4593-9be1-20f6e3cdb3f5/?format=api"
        }
    ]
}