GET /api/bet_types/0c25151e-244c-4d9d-951a-ae9160483857/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c25151e-244c-4d9d-951a-ae9160483857",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ea2312e-214e-494a-a7b7-0ba43258a655/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-04T10:42:59.295748-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a546ce2-048e-44c3-90ff-bf707f7e9aaf",
            "gambit_id": "373354c5-3c4e-49b9-bee5-b0f3ecb1c0af",
            "last_updated": "2024-02-06T09:18:11.708884-05:00",
            "created_at": "2024-02-04T10:42:59.299930-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c25151e-244c-4d9d-951a-ae9160483857/?format=api"
        },
        {
            "id": "df1572fb-377b-485c-9038-377691067a2b",
            "gambit_id": "9ee1c98c-3f4d-4d58-ae66-5c007b781024",
            "last_updated": "2024-02-06T09:18:11.712248-05:00",
            "created_at": "2024-02-04T10:42:59.304951-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c25151e-244c-4d9d-951a-ae9160483857/?format=api"
        }
    ]
}