GET /api/bet_types/4bea9ff3-aaa8-49ea-aa74-9565c281c9de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bea9ff3-aaa8-49ea-aa74-9565c281c9de",
    "match": "https://api-prod.gambitprofit.com/api/matches/95e4d1bd-df12-4508-90b3-edb04464e414/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-20T08:33:11.712088-04: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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "620d76c7-762d-4e53-a371-f513f543ecee",
            "gambit_id": "5ba43956-c010-4c58-8af3-1c8018665c1e",
            "last_updated": "2023-07-22T09:43:04.519916-04:00",
            "created_at": "2023-07-20T08:33:11.715405-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bea9ff3-aaa8-49ea-aa74-9565c281c9de/?format=api"
        },
        {
            "id": "dcb4410b-a6c7-4a25-98b0-000f094c7c61",
            "gambit_id": "fbff2edc-5e02-47e9-bead-610fb5520551",
            "last_updated": "2023-07-22T09:43:04.516005-04:00",
            "created_at": "2023-07-20T08:33:11.713700-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bea9ff3-aaa8-49ea-aa74-9565c281c9de/?format=api"
        }
    ]
}