GET /api/bet_types/5ac7f156-18da-4776-bdb7-220a019c12cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ac7f156-18da-4776-bdb7-220a019c12cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbd96dd-cd64-46a8-8031-e8d898463b9b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:22.821932-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": "Phoenix Suns",
                "amount": 7242.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 2758.0
            }
        ],
        "expected_reward_tokens": 9487.02,
        "profit_sb": -12.98,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "8625c808-67e4-49ee-9720-777b09ed85d8",
            "gambit_id": "9eca0c36-dac0-400d-8f62-fd75b8f12924",
            "last_updated": "2023-04-18T12:12:04.305844-04:00",
            "created_at": "2023-04-13T09:32:22.823253-04:00",
            "name": "Phoenix Suns",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac7f156-18da-4776-bdb7-220a019c12cf/?format=api"
        },
        {
            "id": "0b37bf11-0f78-474e-b8f4-5a2762c5ab51",
            "gambit_id": "7438d90d-ee8a-4412-8e54-f0c5a0f6f29a",
            "last_updated": "2023-04-18T12:12:04.307459-04:00",
            "created_at": "2023-04-13T09:32:22.824520-04:00",
            "name": "Los Angeles Clippers",
            "reward": "3.44000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac7f156-18da-4776-bdb7-220a019c12cf/?format=api"
        }
    ]
}