GET /api/bet_types/4f42de68-ae45-400a-8782-6ec8cce849e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f42de68-ae45-400a-8782-6ec8cce849e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e39705-31a5-443a-bfa2-5dfe1e23ce4f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:19.733384-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1748d4da-9394-459c-a353-ed0ada1679bd",
            "gambit_id": "ab102957-22f6-469d-8f8e-c132a2e49e8f",
            "last_updated": "2024-02-01T10:48:00.937384-05:00",
            "created_at": "2024-01-31T09:58:19.737571-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f42de68-ae45-400a-8782-6ec8cce849e6/?format=api"
        },
        {
            "id": "3c42dc2e-5524-469d-8cad-50954e49e73a",
            "gambit_id": "1e5baf98-4f28-4b54-aeac-60b19a686e2f",
            "last_updated": "2024-02-01T10:48:00.940618-05:00",
            "created_at": "2024-01-31T09:58:19.741397-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f42de68-ae45-400a-8782-6ec8cce849e6/?format=api"
        }
    ]
}