GET /api/bet_types/8f201709-4f11-46e3-8062-f7992053b297/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f201709-4f11-46e3-8062-f7992053b297",
    "match": "https://api-prod.gambitprofit.com/api/matches/65b96d0f-0735-4c4b-b121-3d1627403669/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:14.591056-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a44ac18-614c-44fb-b063-82a6a22dbefa",
            "gambit_id": "d573bcc9-64e5-4871-92c9-0d11e1cc9008",
            "last_updated": "2023-06-05T10:57:21.217899-04:00",
            "created_at": "2023-06-03T11:22:14.592944-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f201709-4f11-46e3-8062-f7992053b297/?format=api"
        },
        {
            "id": "05f9274f-9c19-49c5-90e3-507fe7cccbd3",
            "gambit_id": "18aff9f0-4127-4ae5-a0f4-ba197039460f",
            "last_updated": "2023-06-05T10:57:21.219832-04:00",
            "created_at": "2023-06-03T11:22:14.595009-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f201709-4f11-46e3-8062-f7992053b297/?format=api"
        }
    ]
}