GET /api/bet_types/eea27783-9d15-4200-bbda-65954efd8482/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eea27783-9d15-4200-bbda-65954efd8482",
    "match": "https://api-prod.gambitprofit.com/api/matches/e31be79a-56b4-40a5-88c0-823705bcda34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:09.604769-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2879d11-6b27-4c68-aa9e-e9f4011a2f09",
            "gambit_id": "dff93692-fc8d-4f32-b8cb-ed46b3f53e5f",
            "last_updated": "2023-12-16T10:28:24.265817-05:00",
            "created_at": "2023-12-14T09:28:09.613736-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eea27783-9d15-4200-bbda-65954efd8482/?format=api"
        },
        {
            "id": "53604569-a98a-4394-ae20-dbf04423b07e",
            "gambit_id": "d2d51a99-667c-49bf-a691-e27f6568929f",
            "last_updated": "2023-12-16T10:28:24.262250-05:00",
            "created_at": "2023-12-14T09:28:09.609720-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eea27783-9d15-4200-bbda-65954efd8482/?format=api"
        }
    ]
}