GET /api/bet_types/75bbe643-5060-4f95-ba17-358e856c5ca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75bbe643-5060-4f95-ba17-358e856c5ca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4639c603-5255-47bb-bb58-7a79595124b3/?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 Over 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 9015.14,
        "profit_sb": 15.14,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8d6b2cd-1f1b-4ed7-9cc6-c8a54dd4fa2e",
            "gambit_id": "3680e6c3-d995-4030-9dfe-f418a19fada1",
            "last_updated": "2022-08-29T14:32:22.819419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75bbe643-5060-4f95-ba17-358e856c5ca9/?format=api"
        },
        {
            "id": "62456415-ae28-42d3-bdf7-d12e41ca16c3",
            "gambit_id": "85724f4a-47ae-4242-ab2a-7a8115db2224",
            "last_updated": "2022-08-29T14:32:22.818914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75bbe643-5060-4f95-ba17-358e856c5ca9/?format=api"
        }
    ]
}