GET /api/bet_types/e5b3ef56-43c5-4b74-a77c-4ed452cbeff5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5b3ef56-43c5-4b74-a77c-4ed452cbeff5",
    "match": "https://api-prod.gambitprofit.com/api/matches/92aa6463-0d1d-4fda-a5a6-dadcad9c7494/?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 Under 7",
                "amount": 5096.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8b4e20d-a2ca-4893-a498-d1eb8e9cd0d2",
            "gambit_id": "e7b7c1a5-e3c4-4cce-a5c4-66c715dab8aa",
            "last_updated": "2022-09-01T10:31:55.130318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5b3ef56-43c5-4b74-a77c-4ed452cbeff5/?format=api"
        },
        {
            "id": "22fde2d8-e5d7-4e60-b216-0d2439fa2a67",
            "gambit_id": "b06d5ce5-3b1b-4705-8838-e8816f017f1e",
            "last_updated": "2022-09-01T10:31:55.130848-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5b3ef56-43c5-4b74-a77c-4ed452cbeff5/?format=api"
        }
    ]
}