GET /api/bet_types/39af6d9f-521c-46e0-961c-22a3d3368374/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39af6d9f-521c-46e0-961c-22a3d3368374",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5970cfe-a92d-454c-9a92-a67301528433/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:19.332248-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": "Game Total Over 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c958778a-88f6-48cf-9131-d67e0afbb4b2",
            "gambit_id": "0fa15a92-723e-4cb1-8e87-a128be2be8ac",
            "last_updated": "2023-11-27T20:13:14.880301-05:00",
            "created_at": "2023-11-22T09:13:19.336083-05:00",
            "name": "Game Total Over 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39af6d9f-521c-46e0-961c-22a3d3368374/?format=api"
        },
        {
            "id": "356feb4d-afa9-47bd-82f0-07538ea97a0f",
            "gambit_id": "609caf4c-09fa-40c2-bde2-2ca78d4fa562",
            "last_updated": "2023-11-27T20:13:14.883926-05:00",
            "created_at": "2023-11-22T09:13:19.340759-05:00",
            "name": "Game Total Under 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39af6d9f-521c-46e0-961c-22a3d3368374/?format=api"
        }
    ]
}