GET /api/bet_types/2dcc5a4e-41e0-469c-880e-0ce0e03aed11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dcc5a4e-41e0-469c-880e-0ce0e03aed11",
    "match": "https://api-prod.gambitprofit.com/api/matches/d57b5690-d39d-4dad-879e-56ceac20c7dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:17.262356-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6068a233-d443-4ae4-9f98-71b069cca57f",
            "gambit_id": "a57deef3-a634-4880-b490-45d19c48fa4d",
            "last_updated": "2023-11-23T16:18:07.065151-05:00",
            "created_at": "2023-11-22T09:08:17.265794-05:00",
            "name": "Game Total Over 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dcc5a4e-41e0-469c-880e-0ce0e03aed11/?format=api"
        },
        {
            "id": "ff798632-5e60-44b5-b451-5fcaa00886c9",
            "gambit_id": "fdf1dba6-e653-4d32-9afd-3470c0b83d3b",
            "last_updated": "2023-11-23T16:18:07.072874-05:00",
            "created_at": "2023-11-22T09:08:17.269611-05:00",
            "name": "Game Total Under 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dcc5a4e-41e0-469c-880e-0ce0e03aed11/?format=api"
        }
    ]
}