GET /api/bet_types/3569aef7-f0f3-45eb-be6d-7b18b3f826c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3569aef7-f0f3-45eb-be6d-7b18b3f826c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/be41121a-758c-4871-9541-9e3e282474e7/?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 40",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f08961e-f58a-425d-8647-df78d66ba20b",
            "gambit_id": "42619ead-abbd-4ee7-82ec-eace1b12a783",
            "last_updated": "2022-11-07T10:13:03.522132-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3569aef7-f0f3-45eb-be6d-7b18b3f826c8/?format=api"
        },
        {
            "id": "a1f9b4a5-2c1f-4921-beca-adb4c6a6f7f7",
            "gambit_id": "6e09530b-62e0-4be6-a1c4-04fb547903c1",
            "last_updated": "2022-11-07T10:13:03.523240-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3569aef7-f0f3-45eb-be6d-7b18b3f826c8/?format=api"
        }
    ]
}