GET /api/bet_types/cda12a3d-1f5b-4b6d-a43d-81978a252d01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cda12a3d-1f5b-4b6d-a43d-81978a252d01",
    "match": "https://api-prod.gambitprofit.com/api/matches/98dd4697-55b4-4190-b2fd-2274ab44b397/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:04.919875-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7022b759-e160-4dec-b14b-4738bbf46ab3",
            "gambit_id": "2e0e6da1-ab7b-492c-9cf6-c4fe83405346",
            "last_updated": "2023-07-02T11:08:02.674330-04:00",
            "created_at": "2023-06-30T08:23:04.921916-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cda12a3d-1f5b-4b6d-a43d-81978a252d01/?format=api"
        },
        {
            "id": "6c10bc19-b2ef-4817-ad30-46da0c668839",
            "gambit_id": "889c1044-efcf-45db-bcd0-157e52dbb495",
            "last_updated": "2023-07-02T11:08:02.676232-04:00",
            "created_at": "2023-06-30T08:23:04.923932-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cda12a3d-1f5b-4b6d-a43d-81978a252d01/?format=api"
        }
    ]
}