GET /api/bet_types/60c59490-3aac-4534-8a24-11fd88eb98cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60c59490-3aac-4534-8a24-11fd88eb98cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cccbd875-bb17-44b2-9cf8-944c62b4dad5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:14.368451-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d2204de-59fb-4213-b89e-1303ecb82183",
            "gambit_id": "5450ebfb-0bd6-4fa7-bfc2-8cd445afb2fc",
            "last_updated": "2023-04-15T15:36:58.097719-04:00",
            "created_at": "2023-04-14T12:02:14.371761-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c59490-3aac-4534-8a24-11fd88eb98cb/?format=api"
        },
        {
            "id": "30bf0604-45d9-4eee-8fdf-f327e5dab139",
            "gambit_id": "afea3f2c-4143-4f9b-9de8-b1385262a990",
            "last_updated": "2023-04-15T15:36:58.096065-04:00",
            "created_at": "2023-04-14T12:02:14.370130-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c59490-3aac-4534-8a24-11fd88eb98cb/?format=api"
        }
    ]
}