GET /api/bet_types/dc091819-f47c-4898-b7cb-d414a5eefc76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc091819-f47c-4898-b7cb-d414a5eefc76",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b34b9b8-4584-41a3-be8f-d57dc1891002/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:09.803753-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.5",
                "amount": 5196.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "58902176-45b8-4e3b-a865-c4557f2d3262",
            "gambit_id": "aa2e935e-47be-40e9-86d1-6f5c6ada9ca0",
            "last_updated": "2022-12-31T10:41:58.496100-05:00",
            "created_at": "2022-12-29T08:42:09.804945-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc091819-f47c-4898-b7cb-d414a5eefc76/?format=api"
        },
        {
            "id": "ccb700d3-c1c2-43fa-aceb-0d5309034426",
            "gambit_id": "175c78d9-5196-43a3-8122-f76094242215",
            "last_updated": "2022-12-31T10:41:58.497254-05:00",
            "created_at": "2022-12-29T08:42:09.806255-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc091819-f47c-4898-b7cb-d414a5eefc76/?format=api"
        }
    ]
}