GET /api/bet_types/f6e23ee6-5436-460d-83be-aa743272ec64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6e23ee6-5436-460d-83be-aa743272ec64",
    "match": "https://api-prod.gambitprofit.com/api/matches/486fb6cd-7db9-4c75-a331-386d508fae13/?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": "NYM (T Walker)",
                "amount": 6504.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 3496.0
            }
        ],
        "expected_reward_tokens": 9299.36,
        "profit_sb": 299.36,
        "profit_sb_percentage": 3.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "5565e870-abef-4c9f-8842-998e1be2df54",
            "gambit_id": "c309e100-97ea-4de2-8a4d-59dfb190bfa2",
            "last_updated": "2022-09-07T19:26:48.113507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (T Walker)",
            "reward": "1.43000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e23ee6-5436-460d-83be-aa743272ec64/?format=api"
        },
        {
            "id": "50dadfdc-18c4-440c-bf89-bde2c9aa2592",
            "gambit_id": "bbff2eff-7c0b-4881-856e-2a00adde6506",
            "last_updated": "2022-09-07T19:26:48.112415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (M Keller)",
            "reward": "2.66000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e23ee6-5436-460d-83be-aa743272ec64/?format=api"
        }
    ]
}