GET /api/bet_types/22df0371-38c1-4161-9118-53c0dcb07e0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22df0371-38c1-4161-9118-53c0dcb07e0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3c0e543-9d4f-409e-a1bd-25d4505b6dcc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:43:04.202162-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "93870f40-0444-4719-bf72-cb88640d3dfe",
            "gambit_id": "3ce73896-ab4c-4bc3-96d5-2375ff969fb1",
            "last_updated": "2023-07-17T10:08:20.813819-04:00",
            "created_at": "2023-07-15T11:43:04.203478-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22df0371-38c1-4161-9118-53c0dcb07e0c/?format=api"
        },
        {
            "id": "6dbbc242-6ab9-4e0c-8243-7a4170f9dcab",
            "gambit_id": "11042104-d007-4455-b776-1d54b22cc20e",
            "last_updated": "2023-07-17T10:08:20.815410-04:00",
            "created_at": "2023-07-15T11:43:04.204941-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22df0371-38c1-4161-9118-53c0dcb07e0c/?format=api"
        }
    ]
}