GET /api/bet_types/55724a58-3747-4df7-bf81-600162115e38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55724a58-3747-4df7-bf81-600162115e38",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b57f3d5-f901-4b26-bd28-d4df4aa924f5/?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": "Milwaukee Bucks",
                "amount": 6475.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e72c511-2b7c-43fc-99c4-317cd64baefe",
            "gambit_id": "9450c26e-172d-4f8a-ba68-58af77034e28",
            "last_updated": "2022-10-31T11:02:12.820611-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55724a58-3747-4df7-bf81-600162115e38/?format=api"
        },
        {
            "id": "94453f3b-bcdf-4578-b1f9-a83e0a5f8a19",
            "gambit_id": "a7a1e3fd-a3ed-4daa-8ff1-4bb4342cc0d9",
            "last_updated": "2022-10-31T11:02:12.821541-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55724a58-3747-4df7-bf81-600162115e38/?format=api"
        }
    ]
}