GET /api/bet_types/5605f019-50b6-4b79-996a-cb175c3b080b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5605f019-50b6-4b79-996a-cb175c3b080b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b888a4d-bd21-47d6-a6d0-956b58ee0f67/?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": 6170.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fda0756-e85a-4730-b0a8-2e2c1ce2eab3",
            "gambit_id": "ccebf238-5b41-454b-91d2-3d508b030e5a",
            "last_updated": "2022-12-05T15:32:07.659474-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5605f019-50b6-4b79-996a-cb175c3b080b/?format=api"
        },
        {
            "id": "854d32ee-15b8-46bd-adfb-c44e2d229520",
            "gambit_id": "3e1527bb-f9f0-4f18-858b-437e546c49b0",
            "last_updated": "2022-12-05T15:32:07.658292-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5605f019-50b6-4b79-996a-cb175c3b080b/?format=api"
        }
    ]
}