GET /api/bet_types/e0c40201-5c77-4985-9247-6b9d0f83e6af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0c40201-5c77-4985-9247-6b9d0f83e6af",
    "match": "https://api-prod.gambitprofit.com/api/matches/72e9353c-444f-40dd-a814-ced0535a71c3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:26.770164-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "22ad1b36-b1ac-45f9-bc23-68b3ff73d4be",
            "gambit_id": "f8841480-e542-41c1-8846-218d318cc6ac",
            "last_updated": "2024-01-09T10:23:17.960303-05:00",
            "created_at": "2024-01-06T09:23:26.777729-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0c40201-5c77-4985-9247-6b9d0f83e6af/?format=api"
        },
        {
            "id": "43f6c886-d9aa-476e-bc27-c9232ba7ac06",
            "gambit_id": "71bdedd0-bb04-40d7-8787-9f15ac2c46aa",
            "last_updated": "2024-01-09T10:23:17.964216-05:00",
            "created_at": "2024-01-06T09:23:26.773724-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0c40201-5c77-4985-9247-6b9d0f83e6af/?format=api"
        }
    ]
}