GET /api/bet_types/9ef08fec-b7c1-4624-b80b-3d1988ba6380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ef08fec-b7c1-4624-b80b-3d1988ba6380",
    "match": "https://api-prod.gambitprofit.com/api/matches/08454720-0bd2-4519-8731-642d151bdd21/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:13.355141-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": "ARI",
                "amount": 5944.0
            },
            {
                "team": "TEX",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf12d13c-e15c-4372-97d3-c0f5186685fd",
            "gambit_id": "0e3e62fd-06d8-433c-81b7-b0642f671a3b",
            "last_updated": "2023-10-31T10:08:14.327462-04:00",
            "created_at": "2023-10-30T08:58:13.362567-04:00",
            "name": "ARI",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ef08fec-b7c1-4624-b80b-3d1988ba6380/?format=api"
        },
        {
            "id": "a323f995-6b0a-4366-82be-2e3c9e35c217",
            "gambit_id": "b8989105-4283-4b60-a01a-926acc6cc347",
            "last_updated": "2023-10-31T10:08:14.330807-04:00",
            "created_at": "2023-10-30T08:58:13.358647-04:00",
            "name": "TEX",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ef08fec-b7c1-4624-b80b-3d1988ba6380/?format=api"
        }
    ]
}