GET /api/bet_types/e4abc678-500e-4610-8806-285b03d7f766/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4abc678-500e-4610-8806-285b03d7f766",
    "match": "https://api-prod.gambitprofit.com/api/matches/b18702f5-6305-4e43-b6d3-d52c107ccbe1/?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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fd39453-5958-4f66-aeb8-8f6c475b98e2",
            "gambit_id": "b6d3144b-482f-400a-bab4-8686f2425494",
            "last_updated": "2022-08-07T10:52:15.173826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4abc678-500e-4610-8806-285b03d7f766/?format=api"
        },
        {
            "id": "7c5a23c0-bf16-4041-b0ca-7cc5e0f51077",
            "gambit_id": "e723cd4b-ae4e-4c59-b68d-d4edd07ca074",
            "last_updated": "2022-08-07T10:52:15.174311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4abc678-500e-4610-8806-285b03d7f766/?format=api"
        }
    ]
}