GET /api/bet_types/ac24c184-2aaf-4105-8a61-4f8f40850444/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac24c184-2aaf-4105-8a61-4f8f40850444",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ee18aac-f9fe-497c-ad7f-a0f532ca351f/?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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "279d4616-d0ed-45b7-b16c-d8fd6ac06142",
            "gambit_id": "9f8d1e6a-c1d4-4cb6-a71d-b3a7b4095880",
            "last_updated": "2022-10-16T09:42:10.523547-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac24c184-2aaf-4105-8a61-4f8f40850444/?format=api"
        },
        {
            "id": "9fb72786-4efc-46a9-b941-6b16d5a75154",
            "gambit_id": "e06062df-6a33-449d-b7d7-31dff595e433",
            "last_updated": "2022-10-16T09:42:10.524535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac24c184-2aaf-4105-8a61-4f8f40850444/?format=api"
        }
    ]
}