GET /api/bet_types/334351f0-d5c7-4022-b979-1ad89adc9d88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "334351f0-d5c7-4022-b979-1ad89adc9d88",
    "match": "https://api-prod.gambitprofit.com/api/matches/6640d43b-8363-4acf-9ead-0d0e23776343/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T09:07:12.660747-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "de0fbf16-fa91-48d5-9f3e-4dab4b733627",
            "gambit_id": "048a8cad-c9e0-49e0-9dfc-1dfe89380198",
            "last_updated": "2023-03-16T17:37:22.586917-04:00",
            "created_at": "2023-03-15T09:07:12.664871-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/334351f0-d5c7-4022-b979-1ad89adc9d88/?format=api"
        },
        {
            "id": "30eaa50e-df14-4509-95b8-61d68981c0eb",
            "gambit_id": "0f186579-82e0-44fa-9d18-e4b61d9b36f9",
            "last_updated": "2023-03-16T17:37:22.584634-04:00",
            "created_at": "2023-03-15T09:07:12.662808-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/334351f0-d5c7-4022-b979-1ad89adc9d88/?format=api"
        }
    ]
}