GET /api/bet_types/8d59d6c6-6034-4209-a134-edbf5e60a668/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d59d6c6-6034-4209-a134-edbf5e60a668",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b059075-e493-44a4-9bd0-29a3fdec9d31/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-06T10:57:12.926008-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": "ATL (B Elder)",
                "amount": 6070.0
            },
            {
                "team": "NYM (C Carrasco)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "0eb2c08c-4c58-4427-b45e-5f2796d627de",
            "gambit_id": "73decde8-27ef-455d-bbcb-224819e2d1f3",
            "last_updated": "2023-06-07T10:28:08.046735-04:00",
            "created_at": "2023-06-06T10:57:12.928399-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d59d6c6-6034-4209-a134-edbf5e60a668/?format=api"
        },
        {
            "id": "4523747b-e2bb-4c7d-bb82-51c3a9048406",
            "gambit_id": "897f3cd4-fd6f-4815-b949-ea3a30934e16",
            "last_updated": "2023-06-07T10:28:08.049284-04:00",
            "created_at": "2023-06-06T10:57:12.931035-04:00",
            "name": "NYM (C Carrasco)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d59d6c6-6034-4209-a134-edbf5e60a668/?format=api"
        }
    ]
}