GET /api/bet_types/696edf94-817d-42db-b917-800d2144b65e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "696edf94-817d-42db-b917-800d2144b65e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dade995a-c3a5-404f-83ab-8e7c6e9bf965/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:09.824665-05: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 240",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fbac74a-b0eb-4519-b991-c317ccc85334",
            "gambit_id": "d5009515-c197-4027-92ee-2081c6e09d78",
            "last_updated": "2023-11-28T21:48:02.732075-05:00",
            "created_at": "2023-11-27T09:18:09.832865-05:00",
            "name": "Game Total Under 240",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/696edf94-817d-42db-b917-800d2144b65e/?format=api"
        },
        {
            "id": "241b095c-2a7e-4f84-8ebd-830e6b45db95",
            "gambit_id": "cdfd14d9-9438-4b42-901a-e48567159962",
            "last_updated": "2023-11-28T21:48:02.718198-05:00",
            "created_at": "2023-11-27T09:18:09.828218-05:00",
            "name": "Game Total Over 240",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/696edf94-817d-42db-b917-800d2144b65e/?format=api"
        }
    ]
}