GET /api/bet_types/65e37326-98fa-40f3-8741-f2485b8fc739/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65e37326-98fa-40f3-8741-f2485b8fc739",
    "match": "https://api-prod.gambitprofit.com/api/matches/81bc11c6-f880-4700-b018-22d409e84098/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T11:46:59.866865-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 2.5",
                "amount": 5885.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4115.0
            }
        ],
        "expected_reward_tokens": 9298.3,
        "profit_sb": -201.7,
        "profit_sb_percentage": -2.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ecdfd62-7c90-447a-842e-39526484e39d",
            "gambit_id": "5b077960-d3a4-40d8-a56b-f261f386c828",
            "last_updated": "2023-02-26T11:57:01.618633-05:00",
            "created_at": "2023-02-23T11:46:59.870755-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e37326-98fa-40f3-8741-f2485b8fc739/?format=api"
        },
        {
            "id": "27f89069-d256-4246-9c57-08ae7e175cfc",
            "gambit_id": "3ab3bf3f-cf68-44b0-980d-b2817a52a9af",
            "last_updated": "2023-02-26T11:57:01.617532-05:00",
            "created_at": "2023-02-23T11:46:59.868866-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e37326-98fa-40f3-8741-f2485b8fc739/?format=api"
        }
    ]
}