GET /api/bet_types/730c0791-796d-4d79-a857-c8d5e544abc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "730c0791-796d-4d79-a857-c8d5e544abc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cc1948c-4bba-4477-8a32-05f0fab08dcf/?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": "TOR (K Gausman)",
                "amount": 6196.0
            },
            {
                "team": "MIN (C Archer)",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "bfe02e82-9227-4c7f-bcc9-6f008b7bbb6d",
            "gambit_id": "3f7e4458-a247-465e-b2d2-4f05b2aa5b49",
            "last_updated": "2022-08-08T11:42:13.767245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (K Gausman)",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730c0791-796d-4d79-a857-c8d5e544abc6/?format=api"
        },
        {
            "id": "56ac08b6-a8d9-4fdd-acce-052cea188ea5",
            "gambit_id": "87673bec-3a64-473a-b2ad-3ca6a89ddd1f",
            "last_updated": "2022-08-08T11:42:13.766681-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (C Archer)",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/730c0791-796d-4d79-a857-c8d5e544abc6/?format=api"
        }
    ]
}