GET /api/bet_types/3842e44d-07dc-4867-98a8-07c1d5046884/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3842e44d-07dc-4867-98a8-07c1d5046884",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3aec78b-922d-4d30-8bec-517130572bf4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:16.514054-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": "New Orleans Pelicans",
                "amount": 5107.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fadaacf1-246e-49f1-9af9-dd9f84afb3e5",
            "gambit_id": "059b45b5-c904-4ea4-a671-8104d75b5e8e",
            "last_updated": "2023-03-13T10:27:12.280058-04:00",
            "created_at": "2023-03-11T09:32:16.515747-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3842e44d-07dc-4867-98a8-07c1d5046884/?format=api"
        },
        {
            "id": "bb1075d0-4109-4f8d-9060-c44b2dc47433",
            "gambit_id": "a25e07a8-c6d9-47fb-982a-cf1fa82ef020",
            "last_updated": "2023-03-13T10:27:12.282719-04:00",
            "created_at": "2023-03-11T09:32:16.517562-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3842e44d-07dc-4867-98a8-07c1d5046884/?format=api"
        }
    ]
}