GET /api/bet_types/f0e6b1f1-a615-4348-ad88-eacd0969e6dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0e6b1f1-a615-4348-ad88-eacd0969e6dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/3deeb638-63cc-4c69-8f84-1f73c00ca0c2/?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": "Pittsburgh Penguins",
                "amount": 5399.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "09e1a81f-3795-4a2d-b311-9506bab056c5",
            "gambit_id": "ec18b23f-d2b4-4d23-bb3d-7f0f041b8520",
            "last_updated": "2022-12-13T10:07:00.654075-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e6b1f1-a615-4348-ad88-eacd0969e6dd/?format=api"
        },
        {
            "id": "6f0a52a8-5f2d-473b-aa5b-dc193fdae8cb",
            "gambit_id": "613ed314-887d-47eb-9733-df37870a6869",
            "last_updated": "2022-12-13T10:07:00.655587-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e6b1f1-a615-4348-ad88-eacd0969e6dd/?format=api"
        }
    ]
}