GET /api/bet_types/ded8d9f5-9768-4b33-ae2b-78b4c8d58827/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ded8d9f5-9768-4b33-ae2b-78b4c8d58827",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc9e0e8-7bb8-433a-a86c-b7cb812f7048/?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 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1651c39-617f-4927-8e01-6f4fc7c9a72d",
            "gambit_id": "3bd2db41-0316-4e82-b7ce-f5fd91defe92",
            "last_updated": "2022-09-18T18:02:28.348791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded8d9f5-9768-4b33-ae2b-78b4c8d58827/?format=api"
        },
        {
            "id": "8a0d21ad-2ea9-4f33-93e0-4bebc34f9a62",
            "gambit_id": "1a0dd442-a12b-4106-903d-85cf9530e86f",
            "last_updated": "2022-09-18T18:02:28.347631-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded8d9f5-9768-4b33-ae2b-78b4c8d58827/?format=api"
        }
    ]
}