GET /api/bet_types/9c22dd26-8b89-4402-83aa-f764384417e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c22dd26-8b89-4402-83aa-f764384417e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/38b4afe8-82bc-44bd-bb37-58b7bb34dfb5/?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 Under 8.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d19bdba-bf87-48a4-9c82-351251260bd8",
            "gambit_id": "6f918c58-4e24-4bda-a129-18522288c8a3",
            "last_updated": "2022-08-06T10:57:03.904127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c22dd26-8b89-4402-83aa-f764384417e7/?format=api"
        },
        {
            "id": "39c16e7b-0c9f-470a-9ec9-343785008579",
            "gambit_id": "5e338817-8926-4c96-8f92-67f267d247c1",
            "last_updated": "2022-08-06T10:57:03.904604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c22dd26-8b89-4402-83aa-f764384417e7/?format=api"
        }
    ]
}