GET /api/bet_types/fd39ed98-2012-4ae5-904e-42dd2523f5ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd39ed98-2012-4ae5-904e-42dd2523f5ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/8936b1af-51e4-4eba-aeeb-eb936dd16948/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:25.695734-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0947a63-4053-4f30-888a-967c8f07cfbf",
            "gambit_id": "58642d92-fdc3-4d46-9940-4df03e196109",
            "last_updated": "2024-01-05T22:53:09.718558-05:00",
            "created_at": "2024-01-04T09:18:25.704784-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd39ed98-2012-4ae5-904e-42dd2523f5ba/?format=api"
        },
        {
            "id": "bf6b2a90-663a-4a72-93a4-6f79ba3f050f",
            "gambit_id": "be5de4ed-d2b7-4bfa-be14-0e49c5ea19eb",
            "last_updated": "2024-01-05T22:53:09.715168-05:00",
            "created_at": "2024-01-04T09:18:25.699643-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd39ed98-2012-4ae5-904e-42dd2523f5ba/?format=api"
        }
    ]
}