GET /api/bet_types/14d5f4b1-a9ea-4763-9395-d476626a76d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14d5f4b1-a9ea-4763-9395-d476626a76d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5790326c-3cb0-4bba-9b72-82f33a779084/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:08.603110-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "adf3785e-9a97-4da0-a2a2-df5fc3a301b8",
            "gambit_id": "9b6b08b2-55cd-46e5-b2fa-a48295dbefe1",
            "last_updated": "2023-10-23T20:33:03.116983-04:00",
            "created_at": "2023-10-21T09:38:08.606460-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d5f4b1-a9ea-4763-9395-d476626a76d9/?format=api"
        },
        {
            "id": "7a87b2d9-b644-4376-8497-12681371d5b5",
            "gambit_id": "5d5c3e07-cdc0-48dc-82ef-ac7f48266b36",
            "last_updated": "2023-10-23T20:33:03.121070-04:00",
            "created_at": "2023-10-21T09:38:08.610263-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d5f4b1-a9ea-4763-9395-d476626a76d9/?format=api"
        }
    ]
}