GET /api/bet_types/c5974374-589a-4c97-a7f7-f2d6e73d550f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5974374-589a-4c97-a7f7-f2d6e73d550f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bf8f70b-b449-4d29-bf6d-93f7b33300e0/?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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bdec5f4-12d4-4b99-9e5b-c994499c9da6",
            "gambit_id": "46bda106-7e03-4c72-94ed-04cdcae86492",
            "last_updated": "2022-12-01T16:17:24.218578-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5974374-589a-4c97-a7f7-f2d6e73d550f/?format=api"
        },
        {
            "id": "fd72081d-b1b6-442e-9121-3c0cab741621",
            "gambit_id": "ff83b598-ddd4-4b86-b6e3-7aa78d441879",
            "last_updated": "2022-12-01T16:17:24.217544-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5974374-589a-4c97-a7f7-f2d6e73d550f/?format=api"
        }
    ]
}