GET /api/bet_types/3f231e07-d50f-4dbd-91e4-98b9f70cd433/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f231e07-d50f-4dbd-91e4-98b9f70cd433",
    "match": "https://api-prod.gambitprofit.com/api/matches/aedefe5c-c78d-4e63-b62f-fc322de9e0e6/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8f6d868-009a-48e9-9b58-9c6ae40b79e0",
            "gambit_id": "fdfc340d-8003-4f53-ade4-9030b3d0e2bd",
            "last_updated": "2022-11-22T09:57:25.371691-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f231e07-d50f-4dbd-91e4-98b9f70cd433/?format=api"
        },
        {
            "id": "1326abc6-dae8-4aad-a57a-3c5b8d015ae1",
            "gambit_id": "86805010-98ab-4c17-a572-b166a05e3c95",
            "last_updated": "2022-11-22T09:57:25.370572-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f231e07-d50f-4dbd-91e4-98b9f70cd433/?format=api"
        }
    ]
}