GET /api/bet_types/83d2ec18-a11e-4cd2-aa7e-bc5ead7eaf16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83d2ec18-a11e-4cd2-aa7e-bc5ead7eaf16",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4434ef8-9f3d-4d76-964b-6962a941e533/?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": 5849.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4151.0
            }
        ],
        "expected_reward_tokens": 9007.46,
        "profit_sb": 7.46,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "839add69-1caf-482c-a487-e0b02add4bb3",
            "gambit_id": "dc66a956-8297-477e-aa11-eaf9f0893e89",
            "last_updated": "2022-09-01T10:57:05.394225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.54000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83d2ec18-a11e-4cd2-aa7e-bc5ead7eaf16/?format=api"
        },
        {
            "id": "13c0001c-802e-4fd2-8fb6-ef79bf2d99ae",
            "gambit_id": "88ec2e34-a2aa-4ff9-9cf3-4c9447d51de3",
            "last_updated": "2022-09-01T10:57:05.393684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83d2ec18-a11e-4cd2-aa7e-bc5ead7eaf16/?format=api"
        }
    ]
}