GET /api/bet_types/b7ee9196-cd18-48ac-8e09-4fbe5209c194/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7ee9196-cd18-48ac-8e09-4fbe5209c194",
    "match": "https://api-prod.gambitprofit.com/api/matches/6beceb35-82e1-45ee-a548-e7a03762f68f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:12.457387-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": "BAL (K Gibson)",
                "amount": 6173.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "c89e58bb-a6ed-4c63-af4c-c32717fe8048",
            "gambit_id": "f1d99da1-76ed-4b3d-ae21-b705197e1e46",
            "last_updated": "2023-08-31T19:28:22.764959-04:00",
            "created_at": "2023-08-30T08:18:12.468315-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7ee9196-cd18-48ac-8e09-4fbe5209c194/?format=api"
        },
        {
            "id": "645fc79d-1c9f-4b14-bfc4-f63c8b37c34c",
            "gambit_id": "a495c89d-bb54-4f29-b6f7-9dcee4eb4605",
            "last_updated": "2023-08-31T19:28:22.761697-04:00",
            "created_at": "2023-08-30T08:18:12.462842-04:00",
            "name": "CWS (D Cease)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7ee9196-cd18-48ac-8e09-4fbe5209c194/?format=api"
        }
    ]
}