GET /api/bet_types/15fd3cf7-7285-4cac-85e0-b61999431a9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15fd3cf7-7285-4cac-85e0-b61999431a9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/02a10490-ebf4-4c2b-aca0-7e7398dbf1ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:25.895927-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": "Columbus Blue Jackets",
                "amount": 6222.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d2ff1dd-2f5b-4a97-8643-ad240bd6ab97",
            "gambit_id": "9264b68f-a84e-4767-ae92-4505fc3ba26c",
            "last_updated": "2023-11-20T14:53:32.409957-05:00",
            "created_at": "2023-11-18T09:38:25.900454-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fd3cf7-7285-4cac-85e0-b61999431a9e/?format=api"
        },
        {
            "id": "a18de4be-320c-4d4c-9a08-3e3fe6900c0b",
            "gambit_id": "7508d8f1-b662-4da5-9e24-aad5e040f91a",
            "last_updated": "2023-11-20T14:53:32.413563-05:00",
            "created_at": "2023-11-18T09:38:25.905577-05:00",
            "name": "Washington Capitals",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fd3cf7-7285-4cac-85e0-b61999431a9e/?format=api"
        }
    ]
}