GET /api/bet_types/475838a1-c6df-4dcf-a535-65667b639ad7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "475838a1-c6df-4dcf-a535-65667b639ad7",
    "match": "https://api-prod.gambitprofit.com/api/matches/81d69ec6-1653-48ec-ae5d-443b4054fece/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:17.920541-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 (J Flaherty)",
                "amount": 6885.0
            },
            {
                "team": "COL (T Blach)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fe854ed-2c43-41e5-a917-11319d52d7bf",
            "gambit_id": "1d13c02d-8014-48ab-85f2-1e527e15cc2a",
            "last_updated": "2023-08-29T09:13:27.599944-04:00",
            "created_at": "2023-08-27T08:13:17.929095-04:00",
            "name": "BAL (J Flaherty)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/475838a1-c6df-4dcf-a535-65667b639ad7/?format=api"
        },
        {
            "id": "fbd6bee3-51fa-492c-823d-6c6f4ff3ef09",
            "gambit_id": "3be52a79-fcdc-4ae1-bfd6-928b1a0e0949",
            "last_updated": "2023-08-29T09:13:27.596411-04:00",
            "created_at": "2023-08-27T08:13:17.925172-04:00",
            "name": "COL (T Blach)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/475838a1-c6df-4dcf-a535-65667b639ad7/?format=api"
        }
    ]
}