GET /api/bet_types/9ad87a6e-e2ad-4c54-b86f-d5b1aa35d427/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ad87a6e-e2ad-4c54-b86f-d5b1aa35d427",
    "match": "https://api-prod.gambitprofit.com/api/matches/785337a5-763a-4a31-b034-c95a34e31775/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-26T12:43:14.235345-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 12",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "72c5bda7-631a-4819-89a7-8bbaf999ef90",
            "gambit_id": "d4cd3a27-1db9-4ab2-a4cf-e261b1a7cd7e",
            "last_updated": "2023-09-27T18:58:11.928336-04:00",
            "created_at": "2023-09-26T12:43:14.244871-04:00",
            "name": "Game Total Under 12",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ad87a6e-e2ad-4c54-b86f-d5b1aa35d427/?format=api"
        },
        {
            "id": "6b4040c1-b6ac-47b0-860c-91af7ddd41db",
            "gambit_id": "ea48698d-2ca5-4a64-88f1-932cf625a4ac",
            "last_updated": "2023-09-27T18:58:11.923513-04:00",
            "created_at": "2023-09-26T12:43:14.239473-04:00",
            "name": "Game Total Over 12",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ad87a6e-e2ad-4c54-b86f-d5b1aa35d427/?format=api"
        }
    ]
}