GET /api/bet_types/7d754ec9-2e0e-4184-bd4b-8e77cc7cc6bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d754ec9-2e0e-4184-bd4b-8e77cc7cc6bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c416c4bb-c39f-4517-9f2f-1f97211baa6e/?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 56",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "5489e910-424a-41bf-8ac9-b3100b1989f1",
            "gambit_id": "07b91262-026f-42ec-be25-29d5b6ad56bb",
            "last_updated": "2022-10-02T15:17:22.595655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d754ec9-2e0e-4184-bd4b-8e77cc7cc6bb/?format=api"
        },
        {
            "id": "af4c9cba-5e81-4cd4-b2f9-89e01e1dff7e",
            "gambit_id": "3d89d1d6-8bf9-4014-8a33-6991075c8c93",
            "last_updated": "2022-10-02T15:17:22.598871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "56.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d754ec9-2e0e-4184-bd4b-8e77cc7cc6bb/?format=api"
        }
    ]
}