GET /api/bet_types/ffc410c7-bbca-4fdb-bbb1-b79f1471fc3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffc410c7-bbca-4fdb-bbb1-b79f1471fc3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eccfa06-7249-43c2-bb20-8efc3c50139b/?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": "Total Rounds Over 4.5",
                "amount": 5742.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfbc4bb5-ac39-49b7-ad2b-ce04c9671a07",
            "gambit_id": "f4efe2cf-2f0a-4049-bb79-cbd813cae683",
            "last_updated": "2022-09-19T09:47:13.683961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffc410c7-bbca-4fdb-bbb1-b79f1471fc3b/?format=api"
        },
        {
            "id": "973bf348-4b0c-4e46-bbca-da783d7bfc7d",
            "gambit_id": "78334286-5993-4a9a-9f21-28ed626be094",
            "last_updated": "2022-09-19T09:47:13.682873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffc410c7-bbca-4fdb-bbb1-b79f1471fc3b/?format=api"
        }
    ]
}