GET /api/bet_types/7899cb68-b4fb-4d43-a588-dce79a1b6da9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7899cb68-b4fb-4d43-a588-dce79a1b6da9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9714763-ca4d-41a8-bb86-bebee5599ed5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-17T09:28:13.539759-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": "Utah Jazz",
                "amount": 5939.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "73642a81-7ba2-43dc-9bc6-2e2fd74faa98",
            "gambit_id": "2b346561-5eca-4ffb-9595-5b76ad3492ee",
            "last_updated": "2024-01-24T21:08:24.172499-05:00",
            "created_at": "2024-01-17T09:28:13.549706-05:00",
            "name": "Utah Jazz",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7899cb68-b4fb-4d43-a588-dce79a1b6da9/?format=api"
        },
        {
            "id": "923dd362-9333-4165-98ee-39c61b05c985",
            "gambit_id": "b2c06845-43e1-40e3-870c-dcfc8779fc9b",
            "last_updated": "2024-01-24T21:08:24.169023-05:00",
            "created_at": "2024-01-17T09:28:13.544659-05:00",
            "name": "Golden State Warriors",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7899cb68-b4fb-4d43-a588-dce79a1b6da9/?format=api"
        }
    ]
}