GET /api/bet_types/9c6f7811-6c99-4b2b-86b4-40ec7a186390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c6f7811-6c99-4b2b-86b4-40ec7a186390",
    "match": "https://api-prod.gambitprofit.com/api/matches/da28c87d-8e2a-4dc0-a6e4-055570863f05/?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 Over 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "93907839-d3ad-49a2-b281-1603dc4aad08",
            "gambit_id": "7b3b2b98-6ddb-4267-aa63-c29edd081a9e",
            "last_updated": "2022-11-05T09:28:15.111140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c6f7811-6c99-4b2b-86b4-40ec7a186390/?format=api"
        },
        {
            "id": "9ff39581-084b-49ca-9f00-418e607ea436",
            "gambit_id": "14a6a244-780a-498b-8d3e-7231adb131d2",
            "last_updated": "2022-11-05T09:28:15.110168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c6f7811-6c99-4b2b-86b4-40ec7a186390/?format=api"
        }
    ]
}