GET /api/bet_types/57708a76-d6da-4496-a07e-85e2b89ddbf5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57708a76-d6da-4496-a07e-85e2b89ddbf5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc004b4-1af1-4c4f-b388-f52b46849c56/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:15.248433-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae2a2450-274a-4fee-9262-e6d699d0998d",
            "gambit_id": "e1777cec-e7a5-4ce3-8f3b-e75f7d43df8f",
            "last_updated": "2024-01-15T10:03:22.326628-05:00",
            "created_at": "2024-01-12T09:48:15.258740-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57708a76-d6da-4496-a07e-85e2b89ddbf5/?format=api"
        },
        {
            "id": "1eb99617-1871-43da-b4d0-9c1ccd24aeae",
            "gambit_id": "88120183-d899-46da-ba44-5fb2dca51a49",
            "last_updated": "2024-01-15T10:03:22.321545-05:00",
            "created_at": "2024-01-12T09:48:15.253091-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57708a76-d6da-4496-a07e-85e2b89ddbf5/?format=api"
        }
    ]
}