GET /api/bet_types/79e33984-58eb-4423-b743-8fbe7e140fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79e33984-58eb-4423-b743-8fbe7e140fc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b060b8cd-cac9-422c-b985-8c6583fecae5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T08:23:24.501418-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": "TOR (K Gausman)",
                "amount": 5196.0
            },
            {
                "team": "NYY (M King)",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 9559.96,
        "profit_sb": 59.96,
        "profit_sb_percentage": 0.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "2427195b-2e29-44eb-a71a-9a2ade160a20",
            "gambit_id": "fe2efd08-d819-4895-b9c2-4978671a41db",
            "last_updated": "2023-09-22T10:43:03.707523-04:00",
            "created_at": "2023-09-20T08:23:24.507395-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.84000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79e33984-58eb-4423-b743-8fbe7e140fc7/?format=api"
        },
        {
            "id": "c274cdba-f737-4da4-860e-8e5eedf4e56d",
            "gambit_id": "6803c778-2d1a-4a50-b0da-219815f458d1",
            "last_updated": "2023-09-22T10:43:03.710979-04:00",
            "created_at": "2023-09-20T08:23:24.511881-04:00",
            "name": "NYY (M King)",
            "reward": "1.99000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79e33984-58eb-4423-b743-8fbe7e140fc7/?format=api"
        }
    ]
}