GET /api/bet_types/5ff4d477-1478-4f74-ab00-953ebadbc342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ff4d477-1478-4f74-ab00-953ebadbc342",
    "match": "https://api-prod.gambitprofit.com/api/matches/6beceb35-82e1-45ee-a548-e7a03762f68f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-30T08:18:12.472300-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": "CWS",
                "amount": 5512.0
            },
            {
                "team": "BAL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a549f745-ef91-43c2-a172-2e9190b9320e",
            "gambit_id": "b53064a6-c6c1-4399-8744-316b0aa4f4b5",
            "last_updated": "2023-08-31T19:28:22.771270-04:00",
            "created_at": "2023-08-30T08:18:12.475993-04:00",
            "name": "CWS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff4d477-1478-4f74-ab00-953ebadbc342/?format=api"
        },
        {
            "id": "8b25b73d-8214-4003-9b89-809d6a90d80b",
            "gambit_id": "2efea752-c124-4570-a9b2-c16e8b5d80c8",
            "last_updated": "2023-08-31T19:28:22.779720-04:00",
            "created_at": "2023-08-30T08:18:12.481175-04:00",
            "name": "BAL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff4d477-1478-4f74-ab00-953ebadbc342/?format=api"
        }
    ]
}