GET /api/bet_types/adc5ee50-ec8c-46a2-85a5-93e41e06e1f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adc5ee50-ec8c-46a2-85a5-93e41e06e1f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8404692c-61df-4911-bca8-75d03f192446/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:11.642437-04: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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb5fec8f-580e-46d0-8c47-a8855c85a1a6",
            "gambit_id": "05e2f854-ca99-4375-8a3f-1dbd424cd70d",
            "last_updated": "2023-04-10T14:37:10.112748-04:00",
            "created_at": "2023-04-09T09:27:11.650576-04:00",
            "name": "Game Total Over 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adc5ee50-ec8c-46a2-85a5-93e41e06e1f3/?format=api"
        },
        {
            "id": "b30dcc72-4d33-4b93-86a9-e749fff3dd80",
            "gambit_id": "511ca091-6a7f-4151-a9b8-99bafe1e36e1",
            "last_updated": "2023-04-10T14:37:10.109992-04:00",
            "created_at": "2023-04-09T09:27:11.646723-04:00",
            "name": "Game Total Under 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adc5ee50-ec8c-46a2-85a5-93e41e06e1f3/?format=api"
        }
    ]
}