GET /api/bet_types/4ec32019-1b47-4f23-9a47-c1695bad97d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ec32019-1b47-4f23-9a47-c1695bad97d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5df686fb-5018-486b-b076-caac094190da/?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 1.5",
                "amount": 5796.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4204.0
            }
        ],
        "expected_reward_tokens": 9331.56,
        "profit_sb": -168.44,
        "profit_sb_percentage": -1.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "3481c114-739c-4f0a-b48a-d01f7b740040",
            "gambit_id": "5f2b1331-d5fe-4686-ab15-f5fa70ea4a99",
            "last_updated": "2022-10-31T11:16:58.070601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ec32019-1b47-4f23-9a47-c1695bad97d5/?format=api"
        },
        {
            "id": "936fbc28-7416-4c80-8108-05bdd3a53e24",
            "gambit_id": "260e7265-0d42-4e2d-9430-99323478fc08",
            "last_updated": "2022-10-31T11:16:58.069451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.22000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ec32019-1b47-4f23-9a47-c1695bad97d5/?format=api"
        }
    ]
}