GET /api/bet_types/59182813-4f6e-44dd-a961-42aa7f621c79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59182813-4f6e-44dd-a961-42aa7f621c79",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a409b11-4773-4442-b79c-950978c35a48/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:23.907342-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": "BOS (C Sale)",
                "amount": 5578.0
            },
            {
                "team": "DET (T Skubal)",
                "amount": 4422.0
            }
        ],
        "expected_reward_tokens": 9594.16,
        "profit_sb": 94.16,
        "profit_sb_percentage": 0.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "84fd23b7-86de-4bb3-b7f1-12822dfef377",
            "gambit_id": "3a50422a-e87c-4af1-b421-2d19ae4a01b0",
            "last_updated": "2023-08-12T18:13:07.555345-04:00",
            "created_at": "2023-08-11T09:38:23.921151-04:00",
            "name": "BOS (C Sale)",
            "reward": "1.72000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59182813-4f6e-44dd-a961-42aa7f621c79/?format=api"
        },
        {
            "id": "3e344955-1c91-4f69-b51d-449001f6d632",
            "gambit_id": "eae80feb-6d80-4fc3-ade8-39637bcaa5aa",
            "last_updated": "2023-08-12T18:13:07.552069-04:00",
            "created_at": "2023-08-11T09:38:23.913351-04:00",
            "name": "DET (T Skubal)",
            "reward": "2.17000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59182813-4f6e-44dd-a961-42aa7f621c79/?format=api"
        }
    ]
}