GET /api/bet_types/70271db7-3ead-46fd-be70-e05ae862755b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70271db7-3ead-46fd-be70-e05ae862755b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0b942a3-b43a-4a4d-91e7-d4f107aa3512/?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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b27bc3a2-1487-409e-b7df-8bb4a1dee473",
            "gambit_id": "13777304-d315-4bc7-8c46-b5c72073eec4",
            "last_updated": "2022-12-06T09:57:02.078746-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70271db7-3ead-46fd-be70-e05ae862755b/?format=api"
        },
        {
            "id": "b5d7d0db-e9bd-4668-bfa6-c47aa231957c",
            "gambit_id": "502611cf-8473-4aae-a9ca-8ca01ededa6c",
            "last_updated": "2022-12-06T09:57:02.077675-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70271db7-3ead-46fd-be70-e05ae862755b/?format=api"
        }
    ]
}