GET /api/bet_types/b25e4bc4-e080-430c-89b1-cfb4dc2938b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b25e4bc4-e080-430c-89b1-cfb4dc2938b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/83c91443-2fa0-4fe4-bc9b-1150c366da4c/?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": "Green Bay Packers",
                "amount": 7549.0
            },
            {
                "team": "New York Jets",
                "amount": 2451.0
            }
        ],
        "expected_reward_tokens": 9509.88,
        "profit_sb": 9.88,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7e2c926-bf0a-47eb-9e68-e45a5afe737e",
            "gambit_id": "250d476e-6534-4a41-a062-9351aae220f5",
            "last_updated": "2022-10-17T15:22:01.807727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b25e4bc4-e080-430c-89b1-cfb4dc2938b4/?format=api"
        },
        {
            "id": "b91c48c6-0962-47b9-b25f-44b9155c56f2",
            "gambit_id": "dd022b42-6b91-4e76-b66f-e08d1364594a",
            "last_updated": "2022-10-17T15:22:01.808837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "3.88000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b25e4bc4-e080-430c-89b1-cfb4dc2938b4/?format=api"
        }
    ]
}