GET /api/bet_types/e6a44418-b900-43fb-b90d-b09c892f4be4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6a44418-b900-43fb-b90d-b09c892f4be4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ad941dd-90b6-49d8-bd09-5c326984efc3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:16.495792-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": 5688.0
            },
            {
                "team": "BAL",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "46b0620b-b10b-4a97-b6a8-ccd4e6f68a09",
            "gambit_id": "dd9a0c8f-66b6-45b4-a5dc-4b47fa4f2c29",
            "last_updated": "2023-09-04T12:48:34.057364-04:00",
            "created_at": "2023-09-02T09:33:16.503509-04:00",
            "name": "ARI",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6a44418-b900-43fb-b90d-b09c892f4be4/?format=api"
        },
        {
            "id": "b1a8295e-518c-41ec-aa1c-34046ec84d0c",
            "gambit_id": "1ae63547-2e9a-4b73-ae7e-7d0a96585d1c",
            "last_updated": "2023-09-04T12:48:34.053677-04:00",
            "created_at": "2023-09-02T09:33:16.499264-04:00",
            "name": "BAL",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6a44418-b900-43fb-b90d-b09c892f4be4/?format=api"
        }
    ]
}