GET /api/bet_types/f5b72801-b90e-4d59-8020-bc393e06d383/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5b72801-b90e-4d59-8020-bc393e06d383",
    "match": "https://api-prod.gambitprofit.com/api/matches/7adc4762-8323-47ca-9012-907851f44c0e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-23T09:43:21.638024-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5f2c0db-e091-4192-a434-718e2787fc2a",
            "gambit_id": "463c8a4a-0b63-4c01-8ab3-0a5f5bab24cb",
            "last_updated": "2024-01-24T22:28:17.577308-05:00",
            "created_at": "2024-01-23T09:43:21.646942-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b72801-b90e-4d59-8020-bc393e06d383/?format=api"
        },
        {
            "id": "a2feef21-826f-4f8d-98b6-2a85747d1b69",
            "gambit_id": "161bdfb8-7139-47ce-88a7-9bea1b88a30d",
            "last_updated": "2024-01-24T22:28:17.573765-05:00",
            "created_at": "2024-01-23T09:43:21.642024-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b72801-b90e-4d59-8020-bc393e06d383/?format=api"
        }
    ]
}