GET /api/bet_types/f6278408-411d-4d11-bd46-c67f5a44c0e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6278408-411d-4d11-bd46-c67f5a44c0e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e437138-e533-4137-bf20-c43694e752fc/?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 68",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 68",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbc0a361-969c-444b-afa6-21d72c1e7986",
            "gambit_id": "4eae21bc-848d-40bd-9535-58b447cc1ef0",
            "last_updated": "2022-11-21T10:12:53.781566-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 68",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "68.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6278408-411d-4d11-bd46-c67f5a44c0e3/?format=api"
        },
        {
            "id": "1458e629-cd8c-4dc4-9031-a607ee9ff3f3",
            "gambit_id": "7f5f8913-0144-4817-9aec-a5b739828498",
            "last_updated": "2022-11-21T10:12:53.780431-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 68",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "68.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6278408-411d-4d11-bd46-c67f5a44c0e3/?format=api"
        }
    ]
}