GET /api/bet_types/25416761-90ab-4412-a7ab-4cbf30df3eca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25416761-90ab-4412-a7ab-4cbf30df3eca",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9de5082-ecc6-4999-ae54-13ce14ed3a4c/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:09.512615-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 6",
                "amount": 5196.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "0555d2ac-3ba2-4d29-94ce-7f01617a6537",
            "gambit_id": "8f1a7f61-9036-4ba4-9b34-57ec7f77150d",
            "last_updated": "2022-12-31T10:41:58.802260-05:00",
            "created_at": "2022-12-29T08:42:09.513815-05:00",
            "name": "Game Total Under 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25416761-90ab-4412-a7ab-4cbf30df3eca/?format=api"
        },
        {
            "id": "b627819c-5627-400d-94d5-9c055b6dc0ab",
            "gambit_id": "90190f61-b583-41bb-8fbd-4a698e6a5423",
            "last_updated": "2022-12-31T10:41:58.803368-05:00",
            "created_at": "2022-12-29T08:42:09.515009-05:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25416761-90ab-4412-a7ab-4cbf30df3eca/?format=api"
        }
    ]
}