GET /api/bet_types/275fe94c-55a0-420d-b9fc-6bc5caaab4d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "275fe94c-55a0-420d-b9fc-6bc5caaab4d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/89bcaa61-ecd1-4a08-b940-829d0f58e557/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:05.620104-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 246.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 246.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd604fc9-5220-498b-af8e-7c1484b07037",
            "gambit_id": "712ddb74-31a8-4242-85dd-e3acb31622dd",
            "last_updated": "2023-12-23T14:43:19.412850-05:00",
            "created_at": "2023-12-21T09:13:05.623795-05:00",
            "name": "Game Total Over 246.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275fe94c-55a0-420d-b9fc-6bc5caaab4d4/?format=api"
        },
        {
            "id": "5d07155e-4a59-45d6-be96-ea370ca1ad9e",
            "gambit_id": "65294409-4801-437b-8e20-0cad74a2076c",
            "last_updated": "2023-12-23T14:43:19.416017-05:00",
            "created_at": "2023-12-21T09:13:05.627539-05:00",
            "name": "Game Total Under 246.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275fe94c-55a0-420d-b9fc-6bc5caaab4d4/?format=api"
        }
    ]
}