GET /api/bet_types/6dfa5cad-daf7-4fbf-8a79-961ff4905051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dfa5cad-daf7-4fbf-8a79-961ff4905051",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac8977a8-2976-4dd0-9457-553cfcddfc78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:08.305189-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "da9d422e-5d8a-4412-b486-97a5c7526d49",
            "gambit_id": "3b2d584a-774b-40b5-a0f2-32ec133f026b",
            "last_updated": "2023-12-30T21:48:20.287703-05:00",
            "created_at": "2023-12-29T09:58:08.314864-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dfa5cad-daf7-4fbf-8a79-961ff4905051/?format=api"
        },
        {
            "id": "f587607e-afb7-4925-9c24-2d25d13ff3a2",
            "gambit_id": "a26cc070-c9ac-4f04-ad4c-e9603bdb049e",
            "last_updated": "2023-12-30T21:48:20.284365-05:00",
            "created_at": "2023-12-29T09:58:08.309776-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dfa5cad-daf7-4fbf-8a79-961ff4905051/?format=api"
        }
    ]
}