GET /api/bet_types/6de82f4e-41af-4b90-a154-a2abc73e4635/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6de82f4e-41af-4b90-a154-a2abc73e4635",
    "match": "https://api-prod.gambitprofit.com/api/matches/93590875-0d1a-4fb4-9b19-cfad96476af4/?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 55.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "1757fec0-539a-4abd-ab0d-52069f640739",
            "gambit_id": "29227e53-9444-417f-9d31-8d1c9f937f8f",
            "last_updated": "2022-09-05T09:32:19.677553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de82f4e-41af-4b90-a154-a2abc73e4635/?format=api"
        },
        {
            "id": "7cfd195d-d763-42e9-9d47-948595b4b273",
            "gambit_id": "8ae378ed-0b9b-4547-8596-294f9b74cfaa",
            "last_updated": "2022-09-05T09:32:19.676385-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "55.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de82f4e-41af-4b90-a154-a2abc73e4635/?format=api"
        }
    ]
}