GET /api/bet_types/c296cadb-6bdd-4694-a4a0-d49d6031d6a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c296cadb-6bdd-4694-a4a0-d49d6031d6a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a90ce4a9-ab14-4f43-a56c-638614c0f04d/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "f32bf2b4-1f0c-4477-8bef-9ebf155f78b5",
            "gambit_id": "8e68023b-c035-47f3-a19a-5ca556a106e8",
            "last_updated": "2022-12-20T15:47:24.714227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c296cadb-6bdd-4694-a4a0-d49d6031d6a3/?format=api"
        },
        {
            "id": "6e102f79-1580-45aa-95a2-18fc8d7ff0b8",
            "gambit_id": "5bd97ac0-8420-48f5-94f8-f1a276fd1ba9",
            "last_updated": "2022-12-20T15:47:24.715410-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c296cadb-6bdd-4694-a4a0-d49d6031d6a3/?format=api"
        }
    ]
}