GET /api/bet_types/e8607b8a-1cb0-459f-82e2-5b5822ceea08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8607b8a-1cb0-459f-82e2-5b5822ceea08",
    "match": "https://api-prod.gambitprofit.com/api/matches/4954c947-c774-4b0f-a154-2cff90682769/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:52:10.390436-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c52ed9c2-8cec-4233-b4e3-4d9440c3129d",
            "gambit_id": "7aa9cc69-dc08-46f3-9c87-6cd60967fa85",
            "last_updated": "2023-01-17T11:02:04.972351-05:00",
            "created_at": "2023-01-16T09:52:10.393231-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8607b8a-1cb0-459f-82e2-5b5822ceea08/?format=api"
        },
        {
            "id": "4a252152-d9df-4a0d-b40b-2baa5eaddc16",
            "gambit_id": "cab12c69-0589-4b27-9689-c41fb6ec189d",
            "last_updated": "2023-01-17T11:02:04.973467-05:00",
            "created_at": "2023-01-16T09:52:10.395373-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8607b8a-1cb0-459f-82e2-5b5822ceea08/?format=api"
        }
    ]
}