GET /api/bet_types/45c5de7b-81dd-4ed1-a7e6-0b9c7d426459/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45c5de7b-81dd-4ed1-a7e6-0b9c7d426459",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c1dd52d-5994-4a5a-9e64-2cf4719b6896/?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": "Cincinnati Bengals",
                "amount": 5312.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "2db2cdab-1fb1-4a41-95e1-b8039013fd2e",
            "gambit_id": "b159c308-b869-4304-8a19-b6cac3dbab97",
            "last_updated": "2022-08-13T11:02:05.245503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45c5de7b-81dd-4ed1-a7e6-0b9c7d426459/?format=api"
        },
        {
            "id": "9376f703-baab-4809-808b-fb0a08730f08",
            "gambit_id": "5bc17654-aaed-415a-8f93-ab2cbc603266",
            "last_updated": "2022-08-13T11:02:05.245953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45c5de7b-81dd-4ed1-a7e6-0b9c7d426459/?format=api"
        }
    ]
}