GET /api/bet_types/36ca0a2f-5061-4c0d-8a31-4071d7b7be9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36ca0a2f-5061-4c0d-8a31-4071d7b7be9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7359958c-9a7f-4bc4-921a-614f6e25d8fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:11.307010-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": "Denver Broncos",
                "amount": 5602.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "f74bb648-9ad0-4ce0-8382-97a92108995b",
            "gambit_id": "e051367e-2761-4a37-a578-1580d5534a1e",
            "last_updated": "2023-11-20T18:58:28.694605-05:00",
            "created_at": "2023-11-16T09:28:11.314702-05:00",
            "name": "Denver Broncos",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ca0a2f-5061-4c0d-8a31-4071d7b7be9f/?format=api"
        },
        {
            "id": "d2de5fd4-adca-4fc8-859d-342da978aeac",
            "gambit_id": "9e635c8e-0af3-42e5-bec6-506716fa979a",
            "last_updated": "2023-11-20T18:58:28.691038-05:00",
            "created_at": "2023-11-16T09:28:11.310375-05:00",
            "name": "Minnesota Vikings",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ca0a2f-5061-4c0d-8a31-4071d7b7be9f/?format=api"
        }
    ]
}