GET /api/bet_types/854efefd-82c0-4390-89b1-e5636f151d2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "854efefd-82c0-4390-89b1-e5636f151d2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d320d1d8-de9c-4780-921e-aea709f0145c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T09:01:54.971298-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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "134e6270-b5ac-44fc-bad2-c249e6124a4b",
            "gambit_id": "b0c040d4-e4ef-4ce4-ae13-922ba56d96ae",
            "last_updated": "2023-02-12T09:47:14.495766-05:00",
            "created_at": "2023-02-11T09:01:54.972497-05:00",
            "name": "Game Total Under 235",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/854efefd-82c0-4390-89b1-e5636f151d2b/?format=api"
        },
        {
            "id": "99406577-77a8-49dd-8fe5-fc1193ae623a",
            "gambit_id": "3ca3f986-21e3-42b2-a250-34b6c8adab7e",
            "last_updated": "2023-02-12T09:47:14.496991-05:00",
            "created_at": "2023-02-11T09:01:54.973690-05:00",
            "name": "Game Total Over 235",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/854efefd-82c0-4390-89b1-e5636f151d2b/?format=api"
        }
    ]
}