GET /api/bet_types/75dad49b-616b-4e4f-9ff3-6d103caaca0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75dad49b-616b-4e4f-9ff3-6d103caaca0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7d35672-52c6-4ead-8214-576f9f5d93f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:22.536537-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": "Cleveland Browns",
                "amount": 5688.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "472e7590-a4dd-4d92-baf6-dfb366f56ef8",
            "gambit_id": "ba0c07c0-25b6-4be4-8518-4f1ea36eb039",
            "last_updated": "2023-08-12T18:23:12.069053-04:00",
            "created_at": "2023-08-11T11:43:22.540538-04:00",
            "name": "Cleveland Browns",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75dad49b-616b-4e4f-9ff3-6d103caaca0c/?format=api"
        },
        {
            "id": "7f205de2-ff7e-4e41-9888-e4a97aee527d",
            "gambit_id": "04d2d9e2-2298-48b2-b53d-f79cb5dffc33",
            "last_updated": "2023-08-12T18:23:12.075042-04:00",
            "created_at": "2023-08-11T11:43:22.544678-04:00",
            "name": "Washington Commanders",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75dad49b-616b-4e4f-9ff3-6d103caaca0c/?format=api"
        }
    ]
}