GET /api/bet_types/9a10b4c9-0c77-4e41-9abc-b18383a77ee8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a10b4c9-0c77-4e41-9abc-b18383a77ee8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0fe6512-206b-4f03-aa75-14ee2a9d862f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:15.311778-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2101528f-1bb1-4539-b190-8a3a35edf393",
            "gambit_id": "1c9750c9-91a7-4ea4-9bfb-fa374b8cd0e2",
            "last_updated": "2023-08-07T15:13:10.409350-04:00",
            "created_at": "2023-08-06T08:38:15.319212-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a10b4c9-0c77-4e41-9abc-b18383a77ee8/?format=api"
        },
        {
            "id": "f147824c-93fd-4620-b6b9-6df701ab051b",
            "gambit_id": "915ad3ee-bf92-4083-b370-68c33b9fceed",
            "last_updated": "2023-08-07T15:13:10.412865-04:00",
            "created_at": "2023-08-06T08:38:15.327023-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a10b4c9-0c77-4e41-9abc-b18383a77ee8/?format=api"
        }
    ]
}