GET /api/bet_types/b3393533-cff3-43b1-bde5-b12db5363f01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3393533-cff3-43b1-bde5-b12db5363f01",
    "match": "https://api-prod.gambitprofit.com/api/matches/4492e569-0635-4758-bd77-40ae1f5caa77/?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": 5097.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "845669c7-2ed1-471e-8cf0-b65639a1089b",
            "gambit_id": "17fae11f-de51-49ee-ad3b-4e8bd68ed71c",
            "last_updated": "2022-09-24T21:17:24.999094-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3393533-cff3-43b1-bde5-b12db5363f01/?format=api"
        },
        {
            "id": "f99fac99-4c98-41b7-a661-a06178d33343",
            "gambit_id": "410644e2-e488-4b2a-b6fd-95bab022c0d2",
            "last_updated": "2022-09-24T21:17:25.000272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3393533-cff3-43b1-bde5-b12db5363f01/?format=api"
        }
    ]
}