GET /api/bet_types/c545da6c-bdf6-40ed-ab63-9e43a0fa355d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c545da6c-bdf6-40ed-ab63-9e43a0fa355d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcabc933-b55d-496b-8102-97fcf5a09581/?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": "CWS (M Kopech)",
                "amount": 5812.0
            },
            {
                "team": "KAN (D Lynch)",
                "amount": 4188.0
            }
        ],
        "expected_reward_tokens": 9297.36,
        "profit_sb": 297.36,
        "profit_sb_percentage": 3.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "2329e65d-0b23-4dfd-9aa6-e2cd5d4beec3",
            "gambit_id": "95b10dbf-8a91-4439-bb23-5d67935c9fd3",
            "last_updated": "2022-08-23T09:46:58.420053-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (M Kopech)",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c545da6c-bdf6-40ed-ab63-9e43a0fa355d/?format=api"
        },
        {
            "id": "06b1fbf9-6cb4-4460-904d-72085f564b8d",
            "gambit_id": "b0379a80-2b74-48a0-8e35-23c4ba4c8206",
            "last_updated": "2022-08-23T09:46:58.419594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (D Lynch)",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c545da6c-bdf6-40ed-ab63-9e43a0fa355d/?format=api"
        }
    ]
}