GET /api/bet_types/0ce2ee57-eaaf-4860-b86e-0408b206082e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ce2ee57-eaaf-4860-b86e-0408b206082e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a2b7b0c-b7bb-4922-bf40-2cbc5ecc1bde/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:24.625820-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 Over 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e24e252e-555b-4fc7-911a-e833439af579",
            "gambit_id": "5ed035d6-cb21-42b0-84ba-fdccd618929c",
            "last_updated": "2024-01-09T10:13:23.745912-05:00",
            "created_at": "2024-01-06T09:23:24.632068-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ce2ee57-eaaf-4860-b86e-0408b206082e/?format=api"
        },
        {
            "id": "ce7e013c-c393-4470-8849-8953b6bdfb05",
            "gambit_id": "feca1d17-1bec-4602-adf5-ff613b4bd40f",
            "last_updated": "2024-01-09T10:13:23.750387-05:00",
            "created_at": "2024-01-06T09:23:24.636346-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ce2ee57-eaaf-4860-b86e-0408b206082e/?format=api"
        }
    ]
}