GET /api/bet_types/e9c12eb0-3f5d-4068-b5f9-0f8d457a8f72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9c12eb0-3f5d-4068-b5f9-0f8d457a8f72",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfabea78-e74c-44d7-bb72-01956a9102c4/?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": 7678.0
            },
            {
                "team": "New York Giants",
                "amount": 2322.0
            }
        ],
        "expected_reward_tokens": 9520.2,
        "profit_sb": 20.2,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9cb6f9b-0e70-4fb3-9df1-f0088826625b",
            "gambit_id": "ed074585-594d-4d2b-bc46-8a3295884fbf",
            "last_updated": "2022-10-11T12:01:58.069856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.24000",
            "odds": "1.24390",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9c12eb0-3f5d-4068-b5f9-0f8d457a8f72/?format=api"
        },
        {
            "id": "88d64406-ccd0-4f18-8a18-0a01d14570e6",
            "gambit_id": "d870f735-e62f-4360-ba9a-17c661df7fdb",
            "last_updated": "2022-10-11T12:01:58.070820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "4.10000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9c12eb0-3f5d-4068-b5f9-0f8d457a8f72/?format=api"
        }
    ]
}