GET /api/bet_types/4e3a652e-b677-4a5f-b8ce-400f36328dee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e3a652e-b677-4a5f-b8ce-400f36328dee",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f9eb78c-c551-4ea0-9752-65860e819523/?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": "Minnesota Timberwolves",
                "amount": 6170.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "d599d542-df6e-444a-829e-c72dfc51e2cb",
            "gambit_id": "73f86171-11f3-4ccb-a491-5f22671b72f9",
            "last_updated": "2022-12-08T13:02:13.989187-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e3a652e-b677-4a5f-b8ce-400f36328dee/?format=api"
        },
        {
            "id": "45f009f9-0edb-4b0c-8216-8368b5c707f1",
            "gambit_id": "7b12db94-4d74-42aa-9f4c-4d570be492c8",
            "last_updated": "2022-12-08T13:02:13.990161-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e3a652e-b677-4a5f-b8ce-400f36328dee/?format=api"
        }
    ]
}