GET /api/bet_types/afab1ef8-55fd-439f-b7e0-91027ec23fd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afab1ef8-55fd-439f-b7e0-91027ec23fd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c39956bc-c7be-455b-ae9b-a04205b1921e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-01T09:18:22.700569-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": "NYM (J Butto)",
                "amount": 5286.0
            },
            {
                "team": "PHI (M Strahm)",
                "amount": 4714.0
            }
        ],
        "expected_reward_tokens": 9567.66,
        "profit_sb": 67.66,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "55c91fbe-a32d-4161-a65c-fbbacb4f2e07",
            "gambit_id": "7665a1cc-b848-4c5c-9b0d-8de397ee8edd",
            "last_updated": "2023-10-03T10:03:11.437419-04:00",
            "created_at": "2023-10-01T09:18:22.712053-04:00",
            "name": "NYM (J Butto)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afab1ef8-55fd-439f-b7e0-91027ec23fd3/?format=api"
        },
        {
            "id": "b1abe73e-fe6b-4f92-a259-e8389d0be5ac",
            "gambit_id": "60e85531-25ca-426b-bb35-b8a483ab5bd6",
            "last_updated": "2023-10-03T10:03:11.432016-04:00",
            "created_at": "2023-10-01T09:18:22.705563-04:00",
            "name": "PHI (M Strahm)",
            "reward": "2.03000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afab1ef8-55fd-439f-b7e0-91027ec23fd3/?format=api"
        }
    ]
}