GET /api/bet_types/e3c42977-d4a9-47fb-9500-509bc7c671ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3c42977-d4a9-47fb-9500-509bc7c671ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc85db75-f2ab-4b89-b1c7-15d6f6b00505/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:15.780842-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ae906bd-170a-4035-b5ea-742be7bb07a8",
            "gambit_id": "12096bbe-ceed-4af3-92b0-7d07d29273a4",
            "last_updated": "2024-01-01T13:23:29.155253-05:00",
            "created_at": "2023-12-30T10:43:15.787964-05:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3c42977-d4a9-47fb-9500-509bc7c671ff/?format=api"
        },
        {
            "id": "1d3085df-25f6-4626-9784-6a6a8fcacd68",
            "gambit_id": "2f0ca151-5f6d-462c-a30f-c5c3ebfc886b",
            "last_updated": "2024-01-01T13:23:29.151715-05:00",
            "created_at": "2023-12-30T10:43:15.784261-05:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3c42977-d4a9-47fb-9500-509bc7c671ff/?format=api"
        }
    ]
}