GET /api/bet_types/8387ca00-a71d-4374-a89f-6a676f52366f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8387ca00-a71d-4374-a89f-6a676f52366f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9aecac20-3150-42f2-a566-361995156851/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-25T13:47:02.716336-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": "CHC (K Hendricks)",
                "amount": 5156.0
            },
            {
                "team": "NYM (C Carrasco)",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 9590.16,
        "profit_sb": 90.16,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "80a3ae93-0ad5-4e74-b49c-09dbd1abec31",
            "gambit_id": "1d477712-a4e1-4ce6-be38-60886ff20497",
            "last_updated": "2023-05-26T11:52:15.497941-04:00",
            "created_at": "2023-05-25T13:47:02.722736-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.86000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8387ca00-a71d-4374-a89f-6a676f52366f/?format=api"
        },
        {
            "id": "ccce62ce-41f5-4d2b-825e-a31a07c74e38",
            "gambit_id": "6e1ce0f5-5e1c-421a-bb57-2a4d214056ab",
            "last_updated": "2023-05-26T11:52:15.495418-04:00",
            "created_at": "2023-05-25T13:47:02.719406-04:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.98000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8387ca00-a71d-4374-a89f-6a676f52366f/?format=api"
        }
    ]
}