GET /api/bet_types/75fd3fd1-c404-468a-8d26-1e2108ef3cb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75fd3fd1-c404-468a-8d26-1e2108ef3cb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd9057c2-ca1f-4e8b-bf5f-20f120a5dfa1/?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 8",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "a42ff019-1e79-4c35-abaa-d2a506cdec00",
            "gambit_id": "7d4e0fc3-2bed-41d5-87e8-6630373687da",
            "last_updated": "2022-10-04T13:17:06.142713-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75fd3fd1-c404-468a-8d26-1e2108ef3cb3/?format=api"
        },
        {
            "id": "9eca99ef-be96-4114-894e-4615356ed849",
            "gambit_id": "c39c3e0c-71a7-42c8-8ce9-89fc929ce440",
            "last_updated": "2022-10-04T13:17:06.143857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75fd3fd1-c404-468a-8d26-1e2108ef3cb3/?format=api"
        }
    ]
}