GET /api/bet_types/995427b5-15f4-4071-b676-4429278c2c92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "995427b5-15f4-4071-b676-4429278c2c92",
    "match": "https://api-prod.gambitprofit.com/api/matches/a90ce4a9-ab14-4f43-a56c-638614c0f04d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2f6b65d-dc4f-4b88-a2a3-a4ce665ae58d",
            "gambit_id": "22b97295-2c7b-4d8d-96cb-2f393c721b61",
            "last_updated": "2022-12-20T15:47:24.717684-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/995427b5-15f4-4071-b676-4429278c2c92/?format=api"
        },
        {
            "id": "73b5bbff-1b4b-458d-a909-72e328514e08",
            "gambit_id": "dfa2c99b-5dfa-43d4-8efd-2021bfa39f14",
            "last_updated": "2022-12-20T15:47:24.718894-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/995427b5-15f4-4071-b676-4429278c2c92/?format=api"
        }
    ]
}