GET /api/bet_types/ea997fd5-e1c9-41a4-aa86-1038f1a69209/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea997fd5-e1c9-41a4-aa86-1038f1a69209",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0a5d4d5-6f29-4569-beff-260ccc1593d9/?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": "SFO (L Webb)",
                "amount": 6783.0
            },
            {
                "team": "PIT (T Beede)",
                "amount": 3217.0
            }
        ],
        "expected_reward_tokens": 9360.54,
        "profit_sb": 360.54,
        "profit_sb_percentage": 4.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1c2c4b0-5fa7-4b71-b0af-ec475343fd08",
            "gambit_id": "93e2d591-ecaa-48cb-a26b-f00f63455e96",
            "last_updated": "2022-08-14T13:36:50.025053-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (L Webb)",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea997fd5-e1c9-41a4-aa86-1038f1a69209/?format=api"
        },
        {
            "id": "5c839efe-a834-4195-a991-c2ad2f4d9b36",
            "gambit_id": "65b13ab7-2cdb-443f-80f4-b730cdbdbedf",
            "last_updated": "2022-08-14T13:36:50.025544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (T Beede)",
            "reward": "2.91000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea997fd5-e1c9-41a4-aa86-1038f1a69209/?format=api"
        }
    ]
}