GET /api/bet_types/ffad376f-221f-4b10-8909-e4ac406d55b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffad376f-221f-4b10-8909-e4ac406d55b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/767a3863-c231-4bec-a926-197587893720/?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": "Memphis Grizzlies",
                "amount": 5304.0
            },
            {
                "team": "New York Knicks",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ef6e3d9-44cf-45dd-aaa1-fe8f0dd59fcf",
            "gambit_id": "f1355310-1400-4dd7-a5c5-476e6b394130",
            "last_updated": "2022-11-28T13:42:15.088226-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffad376f-221f-4b10-8909-e4ac406d55b8/?format=api"
        },
        {
            "id": "7e56879c-6b05-43d2-b48e-6638d226dbbf",
            "gambit_id": "f0b33a6c-e687-4166-8133-863dced460e2",
            "last_updated": "2022-11-28T13:42:15.089186-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffad376f-221f-4b10-8909-e4ac406d55b8/?format=api"
        }
    ]
}