GET /api/bet_types/2d4fff36-8b39-4e25-8031-2ffcf30b428e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d4fff36-8b39-4e25-8031-2ffcf30b428e",
    "match": "https://api-prod.gambitprofit.com/api/matches/05c9a0b8-57df-4f72-8b61-c7127100c38e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T23:21:48.203311-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 48",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4b65bee-6e2f-4143-b0a8-3368877239a9",
            "gambit_id": "095552df-2aa2-47cf-88ca-bcb4c49e9e0f",
            "last_updated": "2023-01-16T10:37:09.580572-05:00",
            "created_at": "2023-01-12T23:21:48.206195-05:00",
            "name": "Game Total Over 48",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4fff36-8b39-4e25-8031-2ffcf30b428e/?format=api"
        },
        {
            "id": "7f81b357-ef0f-47eb-81ca-c7f1dbcb6665",
            "gambit_id": "afe65a87-c0d7-451f-957a-e1d78d2d7346",
            "last_updated": "2023-01-16T10:37:09.577349-05:00",
            "created_at": "2023-01-12T23:21:48.204829-05:00",
            "name": "Game Total Under 48",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4fff36-8b39-4e25-8031-2ffcf30b428e/?format=api"
        }
    ]
}