GET /api/bet_types/c4b001f6-c870-4f78-8d76-d20660dd0513/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4b001f6-c870-4f78-8d76-d20660dd0513",
    "match": "https://api-prod.gambitprofit.com/api/matches/01f1465a-aab3-4952-9303-a8fe90c12263/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:18:06.605212-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8b80133-65e0-4248-846e-06c14dff7027",
            "gambit_id": "b8554196-0cd7-4ff5-a183-cd851213fc0d",
            "last_updated": "2023-12-11T19:48:21.481949-05:00",
            "created_at": "2023-12-06T09:18:06.610345-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b001f6-c870-4f78-8d76-d20660dd0513/?format=api"
        },
        {
            "id": "08b07a26-b4bc-419f-9072-402651f4ac3a",
            "gambit_id": "4dfed481-c8fa-45a2-8b2d-f725c35e675f",
            "last_updated": "2023-12-11T19:48:21.488801-05:00",
            "created_at": "2023-12-06T09:18:06.615156-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b001f6-c870-4f78-8d76-d20660dd0513/?format=api"
        }
    ]
}