GET /api/bet_types/f9439805-9e7d-4ba6-bfb3-8a46e578e058/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9439805-9e7d-4ba6-bfb3-8a46e578e058",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f4a6635-412a-433a-9708-311746e94ff9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-29T08:38:26.660118-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 (T Walker)",
                "amount": 5144.0
            },
            {
                "team": "CHC (K Hendricks)",
                "amount": 4856.0
            }
        ],
        "expected_reward_tokens": 9566.32,
        "profit_sb": 66.32,
        "profit_sb_percentage": 0.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "bded232e-ef20-4bdb-814c-ff8a855cfda2",
            "gambit_id": "040061cb-a3ee-4e72-927a-efba42486fd9",
            "last_updated": "2023-06-30T10:28:09.339087-04:00",
            "created_at": "2023-06-29T08:38:26.661975-04:00",
            "name": "PHI (T Walker)",
            "reward": "1.86000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9439805-9e7d-4ba6-bfb3-8a46e578e058/?format=api"
        },
        {
            "id": "70b3612d-2310-4811-9766-c3a15b54e841",
            "gambit_id": "64cf5ee2-3ffd-4e24-b3f1-50dd8abe0492",
            "last_updated": "2023-06-30T10:28:09.340545-04:00",
            "created_at": "2023-06-29T08:38:26.664130-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.97000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9439805-9e7d-4ba6-bfb3-8a46e578e058/?format=api"
        }
    ]
}