GET /api/bet_types/9458f1b9-aece-4e4c-8129-767eeb531c33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9458f1b9-aece-4e4c-8129-767eeb531c33",
    "match": "https://api-prod.gambitprofit.com/api/matches/82c587d6-b3ab-4317-a44a-7922bb315fb7/?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": "San Francisco Shock",
                "amount": 6076.0
            },
            {
                "team": "Toronto Defiant",
                "amount": 3924.0
            }
        ],
        "expected_reward_tokens": 8749.44,
        "profit_sb": -250.56,
        "profit_sb_percentage": -2.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed457ca1-0fb5-4526-ab9f-87135aa7d045",
            "gambit_id": "bc14d04c-1ea1-4def-bd74-4643ffaf3677",
            "last_updated": "2022-10-03T12:02:07.214260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Shock",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9458f1b9-aece-4e4c-8129-767eeb531c33/?format=api"
        },
        {
            "id": "1c502339-07e0-4c37-81d7-6e06da5ad8f4",
            "gambit_id": "13f5ca60-b854-4f87-b053-141b197a0817",
            "last_updated": "2022-10-03T12:02:07.215707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Defiant",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9458f1b9-aece-4e4c-8129-767eeb531c33/?format=api"
        }
    ]
}