GET /api/bet_types/5a7d4cfb-685c-4a43-9702-7e4217873b4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a7d4cfb-685c-4a43-9702-7e4217873b4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/849ddb19-dc4e-40f7-a633-a3d9ec40f1fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T08:43:18.923891-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "faa36e38-12b3-46e0-a22c-bf8a77f22fb9",
            "gambit_id": "b035f8f5-386a-44b8-9a3d-591bcd001642",
            "last_updated": "2023-07-10T18:28:23.483999-04:00",
            "created_at": "2023-07-09T08:43:18.926201-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a7d4cfb-685c-4a43-9702-7e4217873b4e/?format=api"
        },
        {
            "id": "525b9e20-8401-499d-ab3d-c1838052f29c",
            "gambit_id": "b96f5ca3-1edd-4b1a-ba73-fe0a162116bc",
            "last_updated": "2023-07-10T18:28:23.485553-04:00",
            "created_at": "2023-07-09T08:43:18.928807-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a7d4cfb-685c-4a43-9702-7e4217873b4e/?format=api"
        }
    ]
}