GET /api/bet_types/d1e5f43b-1c72-4891-a7ad-5b6b75235eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1e5f43b-1c72-4891-a7ad-5b6b75235eb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd80ccf-851c-4e28-9203-d83729f73d16/?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": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "db6dd676-335a-4e9d-8f3c-cb48e699aa17",
            "gambit_id": "5c71ed73-c082-45a6-9148-c2171a1cb033",
            "last_updated": "2022-11-01T10:22:25.868317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1e5f43b-1c72-4891-a7ad-5b6b75235eb4/?format=api"
        },
        {
            "id": "eba26dd1-5e2e-4138-90da-bcc1b3c00e1d",
            "gambit_id": "e7374584-ebbd-447d-9654-d281518baf2a",
            "last_updated": "2022-11-01T10:22:25.867183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1e5f43b-1c72-4891-a7ad-5b6b75235eb4/?format=api"
        }
    ]
}