GET /api/bet_types/b41a3acb-d2d2-47ce-9214-888593d5a3fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b41a3acb-d2d2-47ce-9214-888593d5a3fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d30b05e-23c8-4402-9685-86dfee456121/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T08:37:10.833280-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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a31e733-8861-42e6-85a2-20538ac97922",
            "gambit_id": "77b34748-a04c-4ee3-9ad5-7fc5c5762859",
            "last_updated": "2023-01-13T11:47:21.855333-05:00",
            "created_at": "2023-01-12T08:37:10.834526-05:00",
            "name": "Game Total Under 225",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41a3acb-d2d2-47ce-9214-888593d5a3fb/?format=api"
        },
        {
            "id": "cffdb576-8458-4e39-a094-90a37d530143",
            "gambit_id": "e1ba1e20-7fb4-4b73-b73f-d44e9daa4f2e",
            "last_updated": "2023-01-13T11:47:21.856397-05:00",
            "created_at": "2023-01-12T08:37:10.835726-05:00",
            "name": "Game Total Over 225",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41a3acb-d2d2-47ce-9214-888593d5a3fb/?format=api"
        }
    ]
}