GET /api/bet_types/c86fa6c4-4414-4faf-9a49-40a9ec5c9009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c86fa6c4-4414-4faf-9a49-40a9ec5c9009",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c099b23-30ff-4e16-a23a-ae4d59289c02/?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": "UCLA",
                "amount": 8557.0
            },
            {
                "team": "Stanford",
                "amount": 1443.0
            }
        ],
        "expected_reward_tokens": 9494.94,
        "profit_sb": -5.06,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0fe2d30-32ed-43b6-b083-08f8c66cb5e3",
            "gambit_id": "127aab8d-3b1c-4323-8dec-b2ca6d771cd1",
            "last_updated": "2022-10-31T10:12:28.700928-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c86fa6c4-4414-4faf-9a49-40a9ec5c9009/?format=api"
        },
        {
            "id": "047fc4ed-205c-4403-80aa-dfa557c71398",
            "gambit_id": "f1bd1d36-8728-4132-9df3-2ae29f97867e",
            "last_updated": "2022-10-31T10:12:28.699972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "6.58000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c86fa6c4-4414-4faf-9a49-40a9ec5c9009/?format=api"
        }
    ]
}