GET /api/bet_types/8915bca0-db0d-4c16-9d3e-3b7ee60ec7f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8915bca0-db0d-4c16-9d3e-3b7ee60ec7f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c56bd30-9d23-4f5f-8eb9-905a5d9ae590/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:01.616228-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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6593bcc8-3859-4f18-9ff7-3d9bca36de22",
            "gambit_id": "1b456d9d-4f60-47c6-821d-9f1b42228e46",
            "last_updated": "2023-11-13T15:48:04.900801-05:00",
            "created_at": "2023-11-10T11:18:01.625556-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8915bca0-db0d-4c16-9d3e-3b7ee60ec7f0/?format=api"
        },
        {
            "id": "fa2e0c2b-99e4-4d0c-af0b-26a2c49ead8d",
            "gambit_id": "34816c16-2906-4998-93c9-323535139580",
            "last_updated": "2023-11-13T15:48:04.916268-05:00",
            "created_at": "2023-11-10T11:18:01.620693-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8915bca0-db0d-4c16-9d3e-3b7ee60ec7f0/?format=api"
        }
    ]
}