GET /api/bet_types/bb459a27-8698-4d0f-bca8-053c3a111ad3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb459a27-8698-4d0f-bca8-053c3a111ad3",
    "match": "https://api-prod.gambitprofit.com/api/matches/03d531c3-cc9e-465b-b630-98f74f3b2512/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:18.884022-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea7ab681-8e29-4411-9f0a-6249b8fa9eac",
            "gambit_id": "759ec076-10de-499c-926b-5c8985e80a85",
            "last_updated": "2023-05-31T11:47:22.224966-04:00",
            "created_at": "2023-05-30T10:47:18.888352-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb459a27-8698-4d0f-bca8-053c3a111ad3/?format=api"
        },
        {
            "id": "dcd54924-cd47-40b9-ad42-ed046bee25f8",
            "gambit_id": "c0905498-b726-4f48-abfb-e6a4194dc67e",
            "last_updated": "2023-05-31T11:47:22.222343-04:00",
            "created_at": "2023-05-30T10:47:18.886049-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb459a27-8698-4d0f-bca8-053c3a111ad3/?format=api"
        }
    ]
}