GET /api/bet_types/06de8e9a-2e80-43bd-83a2-dbbe7b76331b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06de8e9a-2e80-43bd-83a2-dbbe7b76331b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c93806f-1119-4bfb-98eb-59bde1b8c5f7/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "91c41c66-1467-41f2-82be-8ecf629e8c4d",
            "gambit_id": "623882d0-b4c8-4880-8e4e-6d1922b21a5b",
            "last_updated": "2022-10-10T07:52:21.175332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06de8e9a-2e80-43bd-83a2-dbbe7b76331b/?format=api"
        },
        {
            "id": "87182aac-ed22-4f91-8e90-e7a4038b9d23",
            "gambit_id": "4f16e24c-e28c-4bfb-be6b-77ac97776e8a",
            "last_updated": "2022-10-10T07:52:21.174123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06de8e9a-2e80-43bd-83a2-dbbe7b76331b/?format=api"
        }
    ]
}