GET /api/bet_types/9b3f7973-cf51-451a-8f47-2de16ac3ef3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b3f7973-cf51-451a-8f47-2de16ac3ef3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0ca63d-5a46-4aa0-8bb4-5e08de2b92f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T11:02:22.871815-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 2.5",
                "amount": 5255.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "76878383-eebb-4e4b-8bf8-08a4724fcc7d",
            "gambit_id": "a9df2bd4-9be8-4a06-b785-0622c34e879c",
            "last_updated": "2023-04-03T10:27:12.869079-04:00",
            "created_at": "2023-03-31T11:02:22.876647-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3f7973-cf51-451a-8f47-2de16ac3ef3c/?format=api"
        },
        {
            "id": "942fed22-1cfa-44f7-b1c9-30bd17577568",
            "gambit_id": "15ad8e0f-6db5-44ac-bb08-50afdda59e3b",
            "last_updated": "2023-04-03T10:27:12.866837-04:00",
            "created_at": "2023-03-31T11:02:22.874201-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3f7973-cf51-451a-8f47-2de16ac3ef3c/?format=api"
        }
    ]
}