GET /api/bet_types/0ac75ec7-70ff-4e1e-b5e7-4bfe838f6105/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ac75ec7-70ff-4e1e-b5e7-4bfe838f6105",
    "match": "https://api-prod.gambitprofit.com/api/matches/0576f988-3b66-4f6d-8308-cef453af301f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T08:32:02.312604-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 York Rangers",
                "amount": 7443.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2557.0
            }
        ],
        "expected_reward_tokens": 9154.06,
        "profit_sb": 154.06,
        "profit_sb_percentage": 1.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "198330d7-1662-4417-a534-36c544038d3a",
            "gambit_id": "a5cda7e8-3fe0-4bc5-80fb-c18be18882fe",
            "last_updated": "2023-01-16T19:27:15.589963-05:00",
            "created_at": "2023-01-15T08:32:02.314604-05:00",
            "name": "New York Rangers",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac75ec7-70ff-4e1e-b5e7-4bfe838f6105/?format=api"
        },
        {
            "id": "70a8e180-6068-4962-92dd-0580c73b9432",
            "gambit_id": "45633fdb-5f40-4eb6-a5ca-4c635816b581",
            "last_updated": "2023-01-16T19:27:15.592965-05:00",
            "created_at": "2023-01-15T08:32:02.316701-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.58000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac75ec7-70ff-4e1e-b5e7-4bfe838f6105/?format=api"
        }
    ]
}