GET /api/bet_types/d36eaa95-6d15-4097-9b8b-b968e8c4c464/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d36eaa95-6d15-4097-9b8b-b968e8c4c464",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f48c2f1-c2ab-445a-8237-26e3d034ba9e/?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": "Carolina Hurricanes",
                "amount": 5399.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8ec16e1-febc-4f63-82df-4e9676a59f8f",
            "gambit_id": "948bae43-b0aa-43e1-bb9d-75a9bc3abe3d",
            "last_updated": "2022-11-28T11:26:56.243972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36eaa95-6d15-4097-9b8b-b968e8c4c464/?format=api"
        },
        {
            "id": "800d9ae1-b5b9-404d-896f-7c4767bce3fd",
            "gambit_id": "56ece376-8f0d-4a1f-89bd-b0636b60986b",
            "last_updated": "2022-11-28T11:26:56.244991-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36eaa95-6d15-4097-9b8b-b968e8c4c464/?format=api"
        }
    ]
}