GET /api/bet_types/84d15199-eb29-4a59-951c-177f41d7f937/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84d15199-eb29-4a59-951c-177f41d7f937",
    "match": "https://api-prod.gambitprofit.com/api/matches/98645f8a-d6fe-4b5d-b8d9-e05422aab5df/?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 Under 7.5",
                "amount": 5301.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "3408d7cf-9157-4076-8917-7cf79a23d9a8",
            "gambit_id": "9f3d956f-6f18-42e0-a748-e70f7a9d4ba0",
            "last_updated": "2022-09-02T08:57:03.046272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84d15199-eb29-4a59-951c-177f41d7f937/?format=api"
        },
        {
            "id": "5107b9e4-0cfb-4257-acde-eb9efd6c18d1",
            "gambit_id": "2ef9fe0f-149c-4176-8745-9dd8845b8a8f",
            "last_updated": "2022-09-02T08:57:03.046784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84d15199-eb29-4a59-951c-177f41d7f937/?format=api"
        }
    ]
}