GET /api/bet_types/dc1cd82f-5cce-4a32-bab9-3daf00bfac02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc1cd82f-5cce-4a32-bab9-3daf00bfac02",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff05ad1f-fdea-4a00-8127-4c5dce9ab97b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:20.093630-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3289c8be-c5a1-4abb-a03f-3cdceba9bc1b",
            "gambit_id": "e1b6a9b3-96bb-4dbb-b7ca-8f622a3fc4d1",
            "last_updated": "2024-02-03T10:33:01.477112-05:00",
            "created_at": "2024-02-02T09:58:20.099397-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc1cd82f-5cce-4a32-bab9-3daf00bfac02/?format=api"
        },
        {
            "id": "f61b52d2-dc4f-4050-b0f5-d4aad0d2ee99",
            "gambit_id": "2397f58c-db66-4d5e-a9b9-6efb193b5d85",
            "last_updated": "2024-02-03T10:33:01.480531-05:00",
            "created_at": "2024-02-02T09:58:20.104456-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc1cd82f-5cce-4a32-bab9-3daf00bfac02/?format=api"
        }
    ]
}