GET /api/bet_types/25556086-601e-49e0-8f79-09c0bb237f5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25556086-601e-49e0-8f79-09c0bb237f5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9293f0c-c2b3-4ea8-b0d7-c0e9a48dd2b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-23T09:38:26.587725-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e87dbf61-20bd-41a7-abd9-8efbe3cf75c5",
            "gambit_id": "2aa6909a-cf66-4abd-9e41-d1e9ec491e8c",
            "last_updated": "2023-09-25T14:23:23.419217-04:00",
            "created_at": "2023-09-23T09:38:26.595548-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25556086-601e-49e0-8f79-09c0bb237f5e/?format=api"
        },
        {
            "id": "ae5dcbbf-a7d5-4ee0-a434-f36433be87a1",
            "gambit_id": "af27cb3a-e39c-4ba5-914a-880d253335b4",
            "last_updated": "2023-09-25T14:23:23.415978-04:00",
            "created_at": "2023-09-23T09:38:26.591398-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25556086-601e-49e0-8f79-09c0bb237f5e/?format=api"
        }
    ]
}