GET /api/bet_types/0dd97cd8-1da8-4924-be75-09b4bee333b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dd97cd8-1da8-4924-be75-09b4bee333b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ee55e9e-11ef-41d6-927e-10deced73460/?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": "Total Rounds Over 2.5",
                "amount": 5845.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4155.0
            }
        ],
        "expected_reward_tokens": 9057.9,
        "profit_sb": 57.9,
        "profit_sb_percentage": 0.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfc54be8-2839-46be-9df1-2524c3439dec",
            "gambit_id": "77907b23-b1bc-4c76-ae7a-3c8440611d62",
            "last_updated": "2022-08-15T11:17:12.123851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd97cd8-1da8-4924-be75-09b4bee333b2/?format=api"
        },
        {
            "id": "0e1f329e-adbf-4bef-8f36-39eef7187dae",
            "gambit_id": "3deaedae-3653-48cf-bfce-0feff6c0326e",
            "last_updated": "2022-08-15T11:17:12.123358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd97cd8-1da8-4924-be75-09b4bee333b2/?format=api"
        }
    ]
}