GET /api/bet_types/af56ce56-1423-4148-89ae-ccb66cb7c7fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af56ce56-1423-4148-89ae-ccb66cb7c7fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f3c0f38-165c-418d-9757-a70da2001c9b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:57.693422-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": "New York Knicks",
                "amount": 7520.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2480.0
            }
        ],
        "expected_reward_tokens": 9473.6,
        "profit_sb": -26.4,
        "profit_sb_percentage": -0.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9076a89-0857-4a4a-95d5-920d239358cf",
            "gambit_id": "7c9bb956-c264-4773-9374-0dc57b244c17",
            "last_updated": "2024-01-05T13:53:01.459754-05:00",
            "created_at": "2024-01-03T09:37:57.701553-05:00",
            "name": "New York Knicks",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af56ce56-1423-4148-89ae-ccb66cb7c7fa/?format=api"
        },
        {
            "id": "69c8401b-f931-420a-8172-1063b32ba084",
            "gambit_id": "02ff6fd0-ed0a-4853-9a18-bfecaa3c0d63",
            "last_updated": "2024-01-05T13:53:01.456045-05:00",
            "created_at": "2024-01-03T09:37:57.697444-05:00",
            "name": "Chicago Bulls",
            "reward": "3.82000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af56ce56-1423-4148-89ae-ccb66cb7c7fa/?format=api"
        }
    ]
}