GET /api/bet_types/27dcefbd-3fa1-4593-a7c1-fc17cd488852/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27dcefbd-3fa1-4593-a7c1-fc17cd488852",
    "match": "https://api-prod.gambitprofit.com/api/matches/c136afb6-edde-4cc0-9e83-8ffc69318b4a/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:10.178641-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 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "96175cdb-a548-46ab-b1d5-dfa065bfe98e",
            "gambit_id": "40490ad8-c4e8-40cf-86b7-607625f206d9",
            "last_updated": "2022-12-25T11:22:03.272943-05:00",
            "created_at": "2022-12-23T12:47:10.180199-05:00",
            "name": "Game Total Under 50.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27dcefbd-3fa1-4593-a7c1-fc17cd488852/?format=api"
        },
        {
            "id": "176f0956-ad1a-4ff1-8b33-e226551e68e0",
            "gambit_id": "dfbacb43-1a5d-40db-a2ec-7e25623f3dca",
            "last_updated": "2022-12-25T11:22:03.274030-05:00",
            "created_at": "2022-12-23T12:47:10.181621-05:00",
            "name": "Game Total Over 50.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27dcefbd-3fa1-4593-a7c1-fc17cd488852/?format=api"
        }
    ]
}