GET /api/bet_types/9845602b-2347-451b-87b3-0d1f25d13b65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9845602b-2347-451b-87b3-0d1f25d13b65",
    "match": "https://api-prod.gambitprofit.com/api/matches/b90f9ccd-ba54-40da-8636-f774afe11f9a/?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 72",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 72",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "75da01bf-0992-43e8-b8e9-8d52546d9e0b",
            "gambit_id": "ffd0c5af-eb93-4aa1-b730-bad0ce0ff91c",
            "last_updated": "2022-10-11T11:37:05.286478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 72",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "72.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9845602b-2347-451b-87b3-0d1f25d13b65/?format=api"
        },
        {
            "id": "0006d88e-6ca1-4ff0-92d2-c5e30fe15a0e",
            "gambit_id": "81d53910-dc04-402c-a4ae-8807abd4d73a",
            "last_updated": "2022-10-11T11:37:05.283912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 72",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "72.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9845602b-2347-451b-87b3-0d1f25d13b65/?format=api"
        }
    ]
}