GET /api/bet_types/db1acef6-cf6e-44f4-88d7-70a6b583369e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db1acef6-cf6e-44f4-88d7-70a6b583369e",
    "match": "https://api-prod.gambitprofit.com/api/matches/03a1f004-a055-4b30-81f1-37c09fa8386b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Minnesota Wild",
                "amount": 7585.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2415.0
            }
        ],
        "expected_reward_tokens": 9177.0,
        "profit_sb": 177.0,
        "profit_sb_percentage": 1.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a063a05-3223-4d9b-9012-211ba33c9bd3",
            "gambit_id": "f775e76b-8c91-4813-9d20-56fc06591ebc",
            "last_updated": "2022-12-17T19:47:21.938712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.21000",
            "odds": "1.24390",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1acef6-cf6e-44f4-88d7-70a6b583369e/?format=api"
        },
        {
            "id": "b9a67a4e-4180-45b5-85a7-f11c52a6804a",
            "gambit_id": "575ce82e-d4a0-4a28-8f21-7a29b4dccde9",
            "last_updated": "2022-12-17T19:47:21.939724-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.80000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1acef6-cf6e-44f4-88d7-70a6b583369e/?format=api"
        }
    ]
}