GET /api/bet_types/50ddd203-0c51-4fb7-b445-ff36eb417350/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50ddd203-0c51-4fb7-b445-ff36eb417350",
    "match": "https://api-prod.gambitprofit.com/api/matches/f622560d-0bb4-47f6-9408-06d932ce24a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:08.709010-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": "Edmonton Oilers",
                "amount": 6752.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "de65a4a3-d13e-4832-a87e-6a83feaaca5b",
            "gambit_id": "8e26ee20-fecc-4d4b-8743-17299297d210",
            "last_updated": "2023-11-21T14:43:24.519568-05:00",
            "created_at": "2023-11-20T09:48:08.714440-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50ddd203-0c51-4fb7-b445-ff36eb417350/?format=api"
        },
        {
            "id": "58be6efd-6ff9-4eeb-8d5b-92a37d991486",
            "gambit_id": "d95ac66a-87ff-4923-840d-f26d5de7929c",
            "last_updated": "2023-11-21T14:43:24.523071-05:00",
            "created_at": "2023-11-20T09:48:08.720766-05:00",
            "name": "Florida Panthers",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50ddd203-0c51-4fb7-b445-ff36eb417350/?format=api"
        }
    ]
}