GET /api/bet_types/561bcfc4-f14b-4a80-ac10-a3c48c3b3475/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "561bcfc4-f14b-4a80-ac10-a3c48c3b3475",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8e361a-3022-4ae6-9d12-2c6368b77d04/?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 2.5",
                "amount": 6224.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3776.0
            }
        ],
        "expected_reward_tokens": 9024.64,
        "profit_sb": 24.64,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "80097d41-34b4-4f2c-9f1a-38405b32e787",
            "gambit_id": "f10069aa-358c-4fb1-ace1-82a31eed8928",
            "last_updated": "2022-09-11T21:12:12.023840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/561bcfc4-f14b-4a80-ac10-a3c48c3b3475/?format=api"
        },
        {
            "id": "9822e596-85dc-48a8-a63e-ad62962581e8",
            "gambit_id": "8e5168df-155a-4cab-86f9-10ac149f9013",
            "last_updated": "2022-09-11T21:12:12.022780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.39000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/561bcfc4-f14b-4a80-ac10-a3c48c3b3475/?format=api"
        }
    ]
}