GET /api/bet_types/0ca48ffc-9674-49bc-bd71-33b1f86a2dce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ca48ffc-9674-49bc-bd71-33b1f86a2dce",
    "match": "https://api-prod.gambitprofit.com/api/matches/5865e3ba-37bd-4f65-91cd-c3726c91b3fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-26T12:43:14.975743-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40a72653-7036-4d7e-97f1-363a8c52892f",
            "gambit_id": "c60f59ba-f635-41d2-9b68-3a17e25e17eb",
            "last_updated": "2023-09-27T18:48:10.927313-04:00",
            "created_at": "2023-09-26T12:43:14.981156-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca48ffc-9674-49bc-bd71-33b1f86a2dce/?format=api"
        },
        {
            "id": "b2870dac-b9ad-4c03-af8c-c4fb1d551661",
            "gambit_id": "54938e70-a08c-4f13-9b83-db227b073b4f",
            "last_updated": "2023-09-27T18:48:10.930605-04:00",
            "created_at": "2023-09-26T12:43:14.985769-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca48ffc-9674-49bc-bd71-33b1f86a2dce/?format=api"
        }
    ]
}