GET /api/bet_types/96bae9f9-e6d7-40ad-b2f3-688fa06a352b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96bae9f9-e6d7-40ad-b2f3-688fa06a352b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a7a70a4-9029-480c-9411-4e26bc3c0f8d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:06.676165-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 8",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "9924fd89-0dff-497b-8377-3ff15393e75b",
            "gambit_id": "989314a9-eee6-47dc-925b-5dafe75875bc",
            "last_updated": "2023-10-23T13:23:27.476641-04:00",
            "created_at": "2023-10-21T09:38:06.684225-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bae9f9-e6d7-40ad-b2f3-688fa06a352b/?format=api"
        },
        {
            "id": "10e158f8-0726-476f-9037-a5e8c53c1c34",
            "gambit_id": "ffa5071f-9290-46ff-b6c0-9f0191311726",
            "last_updated": "2023-10-23T13:23:27.473501-04:00",
            "created_at": "2023-10-21T09:38:06.680608-04:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bae9f9-e6d7-40ad-b2f3-688fa06a352b/?format=api"
        }
    ]
}