GET /api/bet_types/c32a3ab7-5985-4a1c-af14-fa42383f26b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c32a3ab7-5985-4a1c-af14-fa42383f26b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/61cf7e5c-ca52-4557-865b-159a1afa0cf6/?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": "Toronto Raptors",
                "amount": 6173.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "57899ce8-722d-4d9d-ad8f-47fa1c254d10",
            "gambit_id": "486a30a9-b957-4c63-911e-3e2d81a95af8",
            "last_updated": "2022-10-29T19:07:21.863701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32a3ab7-5985-4a1c-af14-fa42383f26b7/?format=api"
        },
        {
            "id": "2373518c-3f17-4f09-be75-00fafad8604f",
            "gambit_id": "153ad9b9-c1ce-4155-bf19-5bfb8bca5976",
            "last_updated": "2022-10-29T19:07:21.864649-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32a3ab7-5985-4a1c-af14-fa42383f26b7/?format=api"
        }
    ]
}