GET /api/bet_types/b4eaf245-e9d3-41e3-b01d-9168aebe28af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4eaf245-e9d3-41e3-b01d-9168aebe28af",
    "match": "https://api-prod.gambitprofit.com/api/matches/109ee9eb-a31f-42ca-903f-19e66999bcf6/?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 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "68b024f9-9e19-4f6d-8847-c2f28b41f4cd",
            "gambit_id": "0305498e-afc9-46f2-a1e1-110c39fa684f",
            "last_updated": "2022-11-28T10:02:11.554521-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4eaf245-e9d3-41e3-b01d-9168aebe28af/?format=api"
        },
        {
            "id": "4dfa9ac1-e043-4682-94c7-071018344d6c",
            "gambit_id": "682fd15c-2c71-48f3-8f8b-bd8f037fc18a",
            "last_updated": "2022-11-28T10:02:11.555534-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4eaf245-e9d3-41e3-b01d-9168aebe28af/?format=api"
        }
    ]
}