GET /api/bet_types/dc2a3f82-94bc-463f-b41c-be29cd366066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc2a3f82-94bc-463f-b41c-be29cd366066",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd2b8697-ab1c-442e-9418-eb0cae0b26f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T09:58:10.433931-04: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": "MIA (S Alcantara)",
                "amount": 5079.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb8e996e-3321-46db-bece-828d2932f705",
            "gambit_id": "6976c97b-25d0-4b8f-8a8b-2449d345a536",
            "last_updated": "2023-07-20T19:48:16.100617-04:00",
            "created_at": "2023-07-19T09:58:10.435810-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2a3f82-94bc-463f-b41c-be29cd366066/?format=api"
        },
        {
            "id": "42f04705-8dd6-46e2-8dfb-4cb53e447030",
            "gambit_id": "746d6b72-32b0-4195-acc7-fb422f6ce7b3",
            "last_updated": "2023-07-20T19:48:16.102483-04:00",
            "created_at": "2023-07-19T09:58:10.438095-04:00",
            "name": "STL (D Hudson)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2a3f82-94bc-463f-b41c-be29cd366066/?format=api"
        }
    ]
}