GET /api/bet_types/989ec88c-b91e-49c8-8afc-6e088340f82e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "989ec88c-b91e-49c8-8afc-6e088340f82e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e51c8232-db37-4296-8fa4-100dd9fe9945/?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": "Kansas City Chiefs",
                "amount": 8464.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 1536.0
            }
        ],
        "expected_reward_tokens": 9308.16,
        "profit_sb": 308.16,
        "profit_sb_percentage": 3.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "a800ed20-1952-4b47-8b82-06d42822a180",
            "gambit_id": "2fe76f36-5f1e-4bf6-b9ce-a5bfcdbf91b0",
            "last_updated": "2022-11-07T09:43:17.867058-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.10000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/989ec88c-b91e-49c8-8afc-6e088340f82e/?format=api"
        },
        {
            "id": "fe276e6c-8b2e-4ab2-b8a9-92c650f8685d",
            "gambit_id": "cfe2eac7-1d15-44c0-8bd0-f3856dc90aa1",
            "last_updated": "2022-11-07T09:43:17.868001-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "6.06000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/989ec88c-b91e-49c8-8afc-6e088340f82e/?format=api"
        }
    ]
}