GET /api/bet_types/f5abfac8-9924-4cd6-ad9c-229856b37d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5abfac8-9924-4cd6-ad9c-229856b37d6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9600edac-b79f-4e84-b0cc-89a2b6c23ab6/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:20.383700-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "684ebded-2195-4324-9399-190a4175e554",
            "gambit_id": "a33b40f8-3af4-4a84-835c-df7872ec2c59",
            "last_updated": "2024-02-03T10:32:56.591785-05:00",
            "created_at": "2024-02-02T09:58:20.389315-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5abfac8-9924-4cd6-ad9c-229856b37d6d/?format=api"
        },
        {
            "id": "b1d2b291-ed10-473a-bf69-584ddea7dc9b",
            "gambit_id": "cf79e1c6-fd5f-49a2-9c13-681b66875fa1",
            "last_updated": "2024-02-03T10:32:56.595192-05:00",
            "created_at": "2024-02-02T09:58:20.394778-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5abfac8-9924-4cd6-ad9c-229856b37d6d/?format=api"
        }
    ]
}