GET /api/bet_types/dcf45b3d-ec4f-4553-adc1-1995c202f458/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcf45b3d-ec4f-4553-adc1-1995c202f458",
    "match": "https://api-prod.gambitprofit.com/api/matches/8202545c-8622-4469-9425-8019a08b74e1/?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 Under 1.5",
                "amount": 5484.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4516.0
            }
        ],
        "expected_reward_tokens": 9212.64,
        "profit_sb": -287.36,
        "profit_sb_percentage": -3.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "3779c022-3d70-4142-a600-23f699d5173e",
            "gambit_id": "336b3a0c-32d7-4279-8cea-68fefe878eeb",
            "last_updated": "2022-10-17T10:37:16.256073-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf45b3d-ec4f-4553-adc1-1995c202f458/?format=api"
        },
        {
            "id": "f5af090f-60d9-4088-8678-8223d1cd1e05",
            "gambit_id": "5f284bcd-b8e0-4023-a06c-551cbf5dae7a",
            "last_updated": "2022-10-17T10:37:16.257212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.04000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcf45b3d-ec4f-4553-adc1-1995c202f458/?format=api"
        }
    ]
}