GET /api/bet_types/67920b15-5a03-4ca5-ad32-4028b5bfad77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67920b15-5a03-4ca5-ad32-4028b5bfad77",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cad4681-1242-45b6-b16f-9e8f1e70e9b5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-29T08:38:25.175296-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 Under 8.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "462ee581-897c-4865-9b7e-ef0c247ae524",
            "gambit_id": "208adbc6-59b1-4442-9888-17cfe6a9f443",
            "last_updated": "2023-06-30T10:43:11.877850-04:00",
            "created_at": "2023-06-29T08:38:25.178663-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67920b15-5a03-4ca5-ad32-4028b5bfad77/?format=api"
        },
        {
            "id": "d9ab0238-40ad-4f01-a5dc-c0288de03855",
            "gambit_id": "49ee394c-bc0a-48eb-8735-e777addf8ef5",
            "last_updated": "2023-06-30T10:43:11.875336-04:00",
            "created_at": "2023-06-29T08:38:25.176914-04:00",
            "name": "Game Total Over 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67920b15-5a03-4ca5-ad32-4028b5bfad77/?format=api"
        }
    ]
}