GET /api/bet_types/9c12417d-c5bc-43a4-9158-a5e1c0e70ffa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c12417d-c5bc-43a4-9158-a5e1c0e70ffa",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8665cb4-5e3a-4efb-abe3-8044b13fc6a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:12.765038-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": "CIN",
                "amount": 5599.0
            },
            {
                "team": "PIT",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7bcbff5-6e8a-4352-8fd5-36bb73b6a7fc",
            "gambit_id": "b53cc6c6-02c1-4f86-8f77-d99ce73f67d6",
            "last_updated": "2023-04-21T21:57:32.344484-04:00",
            "created_at": "2023-04-20T11:42:12.768471-04:00",
            "name": "CIN",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c12417d-c5bc-43a4-9158-a5e1c0e70ffa/?format=api"
        },
        {
            "id": "0cfacd3f-27b0-4b0b-aeab-890fb201a884",
            "gambit_id": "aff2c4ff-6e9d-4f77-91ae-74e6a4544c25",
            "last_updated": "2023-04-21T21:57:32.342885-04:00",
            "created_at": "2023-04-20T11:42:12.766548-04:00",
            "name": "PIT",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c12417d-c5bc-43a4-9158-a5e1c0e70ffa/?format=api"
        }
    ]
}