GET /api/bet_types/9472e817-674e-4ebe-b93f-81cc6b1f15c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9472e817-674e-4ebe-b93f-81cc6b1f15c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd654ea2-fde7-432a-923a-882eef1635d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:13.333170-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": "Miami Heat",
                "amount": 8231.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 1769.0
            }
        ],
        "expected_reward_tokens": 9464.15,
        "profit_sb": -35.85,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "beedcfd4-b09f-48ad-88f1-c3194f0388f5",
            "gambit_id": "9c5a1df4-2fd3-4281-b1f2-9fdd2e29bc67",
            "last_updated": "2024-01-26T13:28:11.312907-05:00",
            "created_at": "2024-01-24T09:13:13.342840-05:00",
            "name": "Miami Heat",
            "reward": "1.15000",
            "odds": "1.15870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9472e817-674e-4ebe-b93f-81cc6b1f15c9/?format=api"
        },
        {
            "id": "e3066b79-e7e4-40cd-97db-c8846782b61e",
            "gambit_id": "1f6898d7-503f-4289-bcde-fa2eeee94a12",
            "last_updated": "2024-01-26T13:28:11.309428-05:00",
            "created_at": "2024-01-24T09:13:13.337407-05:00",
            "name": "Memphis Grizzlies",
            "reward": "5.35000",
            "odds": "5.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9472e817-674e-4ebe-b93f-81cc6b1f15c9/?format=api"
        }
    ]
}