GET /api/bet_types/8f892e3e-417e-4aef-9b25-b9f31ceaf0bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f892e3e-417e-4aef-9b25-b9f31ceaf0bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5b80969-a88b-4561-bf64-496e7c788fdb/?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 Under 51",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea690a5f-1f4c-4118-85e3-ef997a985924",
            "gambit_id": "73a1d475-ed25-4479-bb6b-86db52938083",
            "last_updated": "2022-10-17T09:51:53.503498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f892e3e-417e-4aef-9b25-b9f31ceaf0bb/?format=api"
        },
        {
            "id": "ccd4851d-6e1c-4182-b655-cc1da5644a8f",
            "gambit_id": "a16a3811-9e78-438b-9691-62f532dc046a",
            "last_updated": "2022-10-17T09:51:53.504527-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f892e3e-417e-4aef-9b25-b9f31ceaf0bb/?format=api"
        }
    ]
}