GET /api/bet_types/3114cb6e-d49e-440d-9f11-85446a761518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3114cb6e-d49e-440d-9f11-85446a761518",
    "match": "https://api-prod.gambitprofit.com/api/matches/8970505e-27c1-4b5b-aea3-ea5e7969fb62/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T22:58:17.308285-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": "Total Rounds Under 2.5",
                "amount": 5778.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4222.0
            }
        ],
        "expected_reward_tokens": 9244.8,
        "profit_sb": -255.2,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "37f950ed-d67f-4435-9f56-38a0c988c474",
            "gambit_id": "bc75b856-0bd6-4a4e-bd65-773bee386b6e",
            "last_updated": "2023-09-04T13:48:16.006865-04:00",
            "created_at": "2023-09-01T22:58:17.316235-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3114cb6e-d49e-440d-9f11-85446a761518/?format=api"
        },
        {
            "id": "c1eee6d7-cc98-47fc-ad9b-7cdba7e5db4e",
            "gambit_id": "f0b7d84e-ebd5-4a88-af13-d79f909b93a5",
            "last_updated": "2023-09-04T13:48:15.991077-04:00",
            "created_at": "2023-09-01T22:58:17.312328-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3114cb6e-d49e-440d-9f11-85446a761518/?format=api"
        }
    ]
}