GET /api/bet_types/65da1bd2-1df5-4f40-add0-376914a45eea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65da1bd2-1df5-4f40-add0-376914a45eea",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa60a9c7-5dea-4880-b2fb-6dfc4483e389/?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": "Philadelphia Eagles",
                "amount": 7029.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecf6fdef-7b24-4851-89a6-f53983a7a4a8",
            "gambit_id": "334d5492-69b6-4d27-ba24-5bb03ce6ec63",
            "last_updated": "2022-11-28T11:37:12.433076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65da1bd2-1df5-4f40-add0-376914a45eea/?format=api"
        },
        {
            "id": "5f19a698-d1a8-4e4b-8b3f-2fb7e2123e79",
            "gambit_id": "b767aa6a-8153-4b00-bc32-8a67d5f61924",
            "last_updated": "2022-11-28T11:37:12.434050-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65da1bd2-1df5-4f40-add0-376914a45eea/?format=api"
        }
    ]
}