GET /api/bet_types/d32bc1aa-dd60-4518-a23e-bfe38da5d160/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d32bc1aa-dd60-4518-a23e-bfe38da5d160",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3e0db25-284a-429a-bbcc-c8cc43fa2a85/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-30T08:18:13.544993-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 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8de65d9-1956-46fe-9303-ee15cc766f05",
            "gambit_id": "73aef791-79d8-4102-96dd-e053478340eb",
            "last_updated": "2023-08-31T19:28:23.735006-04:00",
            "created_at": "2023-08-30T08:18:13.555635-04:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d32bc1aa-dd60-4518-a23e-bfe38da5d160/?format=api"
        },
        {
            "id": "660ba105-ba9a-41ce-87dc-8f3aa2c06201",
            "gambit_id": "1a938e0b-63b1-4075-9539-9cea7dfd9b9d",
            "last_updated": "2023-08-31T19:28:23.731781-04:00",
            "created_at": "2023-08-30T08:18:13.550367-04:00",
            "name": "Game Total Over 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d32bc1aa-dd60-4518-a23e-bfe38da5d160/?format=api"
        }
    ]
}