GET /api/bet_types/52ec9966-522b-4aa5-a823-6c89594bdffb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52ec9966-522b-4aa5-a823-6c89594bdffb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e2bff18-eb0d-40a0-b439-5a7685977ba4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:01.442759-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6ec1772-1e1d-4bf7-8117-b8e02959594a",
            "gambit_id": "86812ab1-3449-410a-9475-378e1a17b5ef",
            "last_updated": "2023-11-27T09:53:23.013470-05:00",
            "created_at": "2023-11-24T09:08:01.448330-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ec9966-522b-4aa5-a823-6c89594bdffb/?format=api"
        },
        {
            "id": "bfb1b7ef-304f-4f3b-832e-8e0590a28601",
            "gambit_id": "5b35760f-f8fd-43d9-89fe-23c64ee51200",
            "last_updated": "2023-11-27T09:53:23.016755-05:00",
            "created_at": "2023-11-24T09:08:01.455792-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ec9966-522b-4aa5-a823-6c89594bdffb/?format=api"
        }
    ]
}