GET /api/bet_types/acb0361e-d12f-47a5-98f7-6fcab994ab54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acb0361e-d12f-47a5-98f7-6fcab994ab54",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fb5a58b-69cf-459c-9178-4c97f82124fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:14.227909-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 Rangers",
                "amount": 6308.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "19edff9e-089d-4832-8851-3594520fd1b1",
            "gambit_id": "07ebaf3e-ed34-40ab-9d7e-946457931974",
            "last_updated": "2023-12-11T11:33:04.205605-05:00",
            "created_at": "2023-12-09T08:48:14.232598-05:00",
            "name": "New York Rangers",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acb0361e-d12f-47a5-98f7-6fcab994ab54/?format=api"
        },
        {
            "id": "a5b3a882-1875-48ad-9206-7ff3a3190aea",
            "gambit_id": "b54e7171-ead2-473d-88c4-93b118c4c5cf",
            "last_updated": "2023-12-11T11:33:04.209771-05:00",
            "created_at": "2023-12-09T08:48:14.237094-05:00",
            "name": "Washington Capitals",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acb0361e-d12f-47a5-98f7-6fcab994ab54/?format=api"
        }
    ]
}