GET /api/bet_types/9cde7ad4-dea0-40e8-a904-510c95419666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cde7ad4-dea0-40e8-a904-510c95419666",
    "match": "https://api-prod.gambitprofit.com/api/matches/e81f812f-857d-420f-964a-bc99f075d2d8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-04T08:47:15.097149-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 2.5",
                "amount": 5239.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4761.0
            }
        ],
        "expected_reward_tokens": 8853.91,
        "profit_sb": -146.09,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dabbedb8-25cf-491b-9a28-b9ac28120983",
            "gambit_id": "99ca0f1c-b814-4f1d-93b2-8dbb8488eae0",
            "last_updated": "2023-01-05T10:36:51.405962-05:00",
            "created_at": "2023-01-04T08:47:15.099749-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cde7ad4-dea0-40e8-a904-510c95419666/?format=api"
        },
        {
            "id": "63e73d2f-4738-499f-a09d-7c05f7cdd9cc",
            "gambit_id": "02997fec-a226-418d-b643-13d6a9c29fea",
            "last_updated": "2023-01-05T10:36:51.404857-05:00",
            "created_at": "2023-01-04T08:47:15.098478-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cde7ad4-dea0-40e8-a904-510c95419666/?format=api"
        }
    ]
}