GET /api/bet_types/d485f8c1-5ad7-4757-96c9-ba867fe4fe47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d485f8c1-5ad7-4757-96c9-ba867fe4fe47",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc4ecb32-c489-4cc1-8d50-104097e0d0a6/?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 Over 8.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d46c01fc-2612-4210-9bcb-0dcd3ffeb0a5",
            "gambit_id": "9d40d215-f3af-4502-aef8-ddf99b88261a",
            "last_updated": "2022-09-19T09:42:08.963608-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d485f8c1-5ad7-4757-96c9-ba867fe4fe47/?format=api"
        },
        {
            "id": "795e07a4-1fac-49be-a8e7-9136a59774bc",
            "gambit_id": "d1e5e9d7-cddc-43ab-8886-ac4744bd0871",
            "last_updated": "2022-09-19T09:42:08.962519-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d485f8c1-5ad7-4757-96c9-ba867fe4fe47/?format=api"
        }
    ]
}