GET /api/bet_types/f756941a-d26c-4fc1-b680-55b46e3aacbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f756941a-d26c-4fc1-b680-55b46e3aacbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/703738a8-f9e2-44ee-97d3-23a91e18dfb7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T08:22:58.323985-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "039faf62-a232-4cdf-86a1-c2dfe40f83f9",
            "gambit_id": "92864074-b919-4054-aa32-f84fff64c01d",
            "last_updated": "2023-06-17T15:03:04.656995-04:00",
            "created_at": "2023-06-16T08:22:58.326634-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f756941a-d26c-4fc1-b680-55b46e3aacbe/?format=api"
        },
        {
            "id": "df17a3e1-c12e-47cd-aa4c-e24359510560",
            "gambit_id": "5f9fa773-7dd4-4d2a-add7-7609444a273b",
            "last_updated": "2023-06-17T15:03:04.658657-04:00",
            "created_at": "2023-06-16T08:22:58.329528-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f756941a-d26c-4fc1-b680-55b46e3aacbe/?format=api"
        }
    ]
}