GET /api/bet_types/88c7712b-aab6-4b69-8705-0a4a2a2bbe4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88c7712b-aab6-4b69-8705-0a4a2a2bbe4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/191aeb27-a6f7-4c45-9da9-28e3484c1d39/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-17T10:28:03.477251-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": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc1698f9-7f4d-4668-b8fc-3d23d4ed952d",
            "gambit_id": "81554c24-f6a4-4102-8f92-b2d3f4c2ff01",
            "last_updated": "2023-09-18T22:48:06.494752-04:00",
            "created_at": "2023-09-17T10:28:03.483865-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c7712b-aab6-4b69-8705-0a4a2a2bbe4b/?format=api"
        },
        {
            "id": "b6277348-4a09-4b4e-b2f2-aa12aa465dce",
            "gambit_id": "02c16172-4fd9-405d-afa1-a73181940b50",
            "last_updated": "2023-09-18T22:48:06.498089-04:00",
            "created_at": "2023-09-17T10:28:03.488369-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c7712b-aab6-4b69-8705-0a4a2a2bbe4b/?format=api"
        }
    ]
}