GET /api/bet_types/1a25183c-ec6b-46f7-895f-65769095cf17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a25183c-ec6b-46f7-895f-65769095cf17",
    "match": "https://api-prod.gambitprofit.com/api/matches/7475f9db-2bf4-4554-8dd9-7cb18a0bc53a/?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": "San Francisco 49ers",
                "amount": 5922.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4078.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "f942c93d-0041-42ab-a7b6-3b53398ec5e7",
            "gambit_id": "d121c845-f642-46bb-a9e3-a1a8898b1c5c",
            "last_updated": "2022-08-13T11:02:04.779698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a25183c-ec6b-46f7-895f-65769095cf17/?format=api"
        },
        {
            "id": "f2ef42a2-49dd-422e-af0f-9dbfa5e6626a",
            "gambit_id": "81607e3d-d58b-4f2f-b2ac-37ba5459e011",
            "last_updated": "2022-08-13T11:02:04.780133-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "2.28000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a25183c-ec6b-46f7-895f-65769095cf17/?format=api"
        }
    ]
}