GET /api/bet_types/8675a6b2-2e23-472c-9f83-0f11b1c297bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8675a6b2-2e23-472c-9f83-0f11b1c297bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/50ff22d5-5233-4ced-b1a7-db5c9ac3548e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:43:12.535919-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cf0161c-e532-4e6f-a65e-9a6245b43a0c",
            "gambit_id": "9733786a-e955-448b-b16a-065a81b6b254",
            "last_updated": "2024-01-02T10:43:10.548909-05:00",
            "created_at": "2023-12-27T09:43:12.540242-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8675a6b2-2e23-472c-9f83-0f11b1c297bb/?format=api"
        },
        {
            "id": "dc079667-3ce4-473c-9c16-560475fc91b7",
            "gambit_id": "f29c9cb1-8b80-4153-a78c-52dffbc9a681",
            "last_updated": "2024-01-02T10:43:10.552263-05:00",
            "created_at": "2023-12-27T09:43:12.545078-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8675a6b2-2e23-472c-9f83-0f11b1c297bb/?format=api"
        }
    ]
}