GET /api/bet_types/c9f47f5c-c8a6-4ce5-9ff7-2bd9f371dd9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9f47f5c-c8a6-4ce5-9ff7-2bd9f371dd9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/46e1cbba-8e12-46c0-9310-c24f6e0083bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "CWS (M Kopech)",
                "amount": 5227.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4773.0
            }
        ],
        "expected_reward_tokens": 9355.08,
        "profit_sb": 355.08,
        "profit_sb_percentage": 3.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2612e53-4b7e-420f-9c94-f83b556df0bd",
            "gambit_id": "1324c17e-e379-45b9-9fb1-bebb98bf4e71",
            "last_updated": "2022-08-07T10:57:15.715082-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (M Kopech)",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9f47f5c-c8a6-4ce5-9ff7-2bd9f371dd9a/?format=api"
        },
        {
            "id": "a6968e6d-1bad-4f8f-84bf-99adc74c5e9b",
            "gambit_id": "3edb88e3-69aa-4b82-ace3-6ce510523de3",
            "last_updated": "2022-08-07T10:57:15.714572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Dunning)",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9f47f5c-c8a6-4ce5-9ff7-2bd9f371dd9a/?format=api"
        }
    ]
}