GET /api/bet_types/d9049a80-2219-4a82-a91d-f435e41c16bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9049a80-2219-4a82-a91d-f435e41c16bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/151cc762-06b0-4f87-8c19-38aa8dd22509/?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": "Chicago Bulls",
                "amount": 7176.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2824.0
            }
        ],
        "expected_reward_tokens": 9544.08,
        "profit_sb": 44.08,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "51932971-6975-44d9-86e4-38a474f8d214",
            "gambit_id": "16e933b6-9a44-4150-a26f-4c03cc0870f2",
            "last_updated": "2022-10-27T11:52:03.058376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9049a80-2219-4a82-a91d-f435e41c16bc/?format=api"
        },
        {
            "id": "e8e69509-4734-403e-bb82-2a18e574db81",
            "gambit_id": "23043d41-b923-42c9-8aa5-e3fb8838b149",
            "last_updated": "2022-10-27T11:52:03.059569-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "3.38000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9049a80-2219-4a82-a91d-f435e41c16bc/?format=api"
        }
    ]
}