GET /api/bet_types/502ba81e-c095-41d1-8ef7-65370a39be6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "502ba81e-c095-41d1-8ef7-65370a39be6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c076295c-7bfd-420c-bd54-d6fb57edd7eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:57.038248-04: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 36",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "312a2ddd-cbdb-48df-ae13-f356213d7f56",
            "gambit_id": "82a04cb7-4cca-4e44-acfc-77eb90ea8ca4",
            "last_updated": "2023-10-16T18:38:03.363355-04:00",
            "created_at": "2023-10-12T10:57:57.042125-04:00",
            "name": "Game Total Over 36",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/502ba81e-c095-41d1-8ef7-65370a39be6b/?format=api"
        },
        {
            "id": "84720649-2ff5-48aa-b81a-0a92edd3266b",
            "gambit_id": "900ea406-5394-47d9-9856-1a5f27dc096e",
            "last_updated": "2023-10-16T18:38:03.368566-04:00",
            "created_at": "2023-10-12T10:57:57.047202-04:00",
            "name": "Game Total Under 36",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/502ba81e-c095-41d1-8ef7-65370a39be6b/?format=api"
        }
    ]
}