GET /api/bet_types/00ad8f17-e6a3-4186-91cc-c33ac7a49172/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00ad8f17-e6a3-4186-91cc-c33ac7a49172",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c0d5ce-2209-4332-acb4-ede8937c7faa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T08:48:23.738484-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": "Washington Capitals",
                "amount": 5861.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7b18534-e36d-4af3-b1a2-2ab93ac7ad5a",
            "gambit_id": "f07344ec-3371-41c0-9b84-aa8aa5566add",
            "last_updated": "2023-10-19T10:13:22.792573-04:00",
            "created_at": "2023-10-18T08:48:23.742255-04:00",
            "name": "Washington Capitals",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00ad8f17-e6a3-4186-91cc-c33ac7a49172/?format=api"
        },
        {
            "id": "f1b9f053-33df-4f72-98f8-2d50205178b0",
            "gambit_id": "00aedec5-3df3-44ac-a808-9dfb8302046c",
            "last_updated": "2023-10-19T10:13:22.796018-04:00",
            "created_at": "2023-10-18T08:48:23.747979-04:00",
            "name": "Ottawa Senators",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00ad8f17-e6a3-4186-91cc-c33ac7a49172/?format=api"
        }
    ]
}