GET /api/bet_types/c6cecbb0-5355-4c9f-a017-4ff2e019c37e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6cecbb0-5355-4c9f-a017-4ff2e019c37e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6816261-6c0d-4c71-8b73-f5ddbfeb72e5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:03.973991-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 Over 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdb731e2-d766-4708-bdb0-fe12fef68dd7",
            "gambit_id": "8cd6ba68-bab2-4dea-a2d7-f4869aeb325c",
            "last_updated": "2023-11-15T22:43:01.036840-05:00",
            "created_at": "2023-11-14T09:13:03.978632-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6cecbb0-5355-4c9f-a017-4ff2e019c37e/?format=api"
        },
        {
            "id": "3cd72708-13c9-43db-90ef-b971be94446e",
            "gambit_id": "255fbbdc-d013-4f4c-92f1-b3f3074a0c60",
            "last_updated": "2023-11-15T22:43:01.040234-05:00",
            "created_at": "2023-11-14T09:13:03.982691-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6cecbb0-5355-4c9f-a017-4ff2e019c37e/?format=api"
        }
    ]
}