GET /api/bet_types/2c0864d9-31c0-4967-9ca8-ba55100c68f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c0864d9-31c0-4967-9ca8-ba55100c68f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9acbcd0a-58ad-46a3-a6bb-140e4783b153/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "467d35a4-32ec-4342-8616-c63c0bea43ab",
            "gambit_id": "b3494678-882d-4bee-864b-23fd67ad9b4c",
            "last_updated": "2022-12-20T15:57:22.843050-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0864d9-31c0-4967-9ca8-ba55100c68f6/?format=api"
        },
        {
            "id": "91d6649b-4501-45cb-8157-9f5e06c983be",
            "gambit_id": "0efe5421-ba11-436a-9784-56fb16aedd8d",
            "last_updated": "2022-12-20T15:57:22.841937-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0864d9-31c0-4967-9ca8-ba55100c68f6/?format=api"
        }
    ]
}