GET /api/bet_types/2daf04f0-6738-44b5-93a4-01692ea45c42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2daf04f0-6738-44b5-93a4-01692ea45c42",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4bcdcba-1651-4738-b1fb-85117f10942d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T09:07:59.785688-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": "PHI (Z Wheeler)",
                "amount": 7033.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d6cfe98-d73a-4b43-8a98-9ac1d3bd58dd",
            "gambit_id": "d086e30b-099a-4730-9d7e-7c9022fd02f7",
            "last_updated": "2023-09-29T10:18:21.609744-04:00",
            "created_at": "2023-09-28T09:07:59.797231-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2daf04f0-6738-44b5-93a4-01692ea45c42/?format=api"
        },
        {
            "id": "6c4285da-ac0a-4ff5-ad88-18929f1db8be",
            "gambit_id": "efb6e86d-037f-4ab1-8d92-1a1085e1036f",
            "last_updated": "2023-09-29T10:18:21.605538-04:00",
            "created_at": "2023-09-28T09:07:59.791129-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2daf04f0-6738-44b5-93a4-01692ea45c42/?format=api"
        }
    ]
}