GET /api/bet_types/327f7c7f-64c9-4964-a384-fcc116b1f36b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "327f7c7f-64c9-4964-a384-fcc116b1f36b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4f122ef-18c0-4820-916b-0e6da04274c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:13.464929-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 Under 215",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bf4ee17-1d7f-410d-a5cb-b943cc1aaf71",
            "gambit_id": "4c835ae2-4852-4390-bec3-f2f6a40a661e",
            "last_updated": "2023-05-20T15:42:14.932412-04:00",
            "created_at": "2023-05-19T11:02:13.466620-04:00",
            "name": "Game Total Under 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/327f7c7f-64c9-4964-a384-fcc116b1f36b/?format=api"
        },
        {
            "id": "9a909e2e-9c5d-40be-bc0f-9fbe46f33930",
            "gambit_id": "bf9b11e0-5394-45ed-b9ac-af68568a6fa7",
            "last_updated": "2023-05-20T15:42:14.934316-04:00",
            "created_at": "2023-05-19T11:02:13.468357-04:00",
            "name": "Game Total Over 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/327f7c7f-64c9-4964-a384-fcc116b1f36b/?format=api"
        }
    ]
}