GET /api/bet_types/21372340-f193-46cf-912b-ba6b8a45d932/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21372340-f193-46cf-912b-ba6b8a45d932",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1673623-6941-4fec-a7d4-d16f05fe8176/?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 2.5",
                "amount": 5479.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4521.0
            }
        ],
        "expected_reward_tokens": 9040.35,
        "profit_sb": 40.35,
        "profit_sb_percentage": 0.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "30c46797-aaa3-41d5-b11b-4d8353b52de9",
            "gambit_id": "612d4661-7063-44fe-9f25-a10adc5aaeea",
            "last_updated": "2022-08-07T11:12:11.799758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21372340-f193-46cf-912b-ba6b8a45d932/?format=api"
        },
        {
            "id": "cfca2ba9-f4b9-404e-ae0a-8e7b8bd8be26",
            "gambit_id": "5e505c77-aed1-4d32-9fca-3a25bc10b0c0",
            "last_updated": "2022-08-07T11:12:11.800324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21372340-f193-46cf-912b-ba6b8a45d932/?format=api"
        }
    ]
}