GET /api/bet_types/96de8d77-c421-456a-99c6-0d11caa088bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96de8d77-c421-456a-99c6-0d11caa088bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2153e505-fcdf-4e3a-ab22-a2b5a6723039/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:07.992785-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": 5337.0
            },
            {
                "team": "CWS (M Clevinger)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ff66bbd-39e3-4018-9b03-2961abb8c707",
            "gambit_id": "2bf5f5b8-44d8-4029-a762-3aba813a0029",
            "last_updated": "2023-04-20T11:42:17.352682-04:00",
            "created_at": "2023-04-19T12:17:07.996145-04:00",
            "name": "PHI (T Walker)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96de8d77-c421-456a-99c6-0d11caa088bd/?format=api"
        },
        {
            "id": "86f4f8dd-24c1-443b-960f-b49d93d30565",
            "gambit_id": "57bcbd93-1302-4f28-ad46-2c30aa412609",
            "last_updated": "2023-04-20T11:42:17.350628-04:00",
            "created_at": "2023-04-19T12:17:07.994434-04:00",
            "name": "CWS (M Clevinger)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96de8d77-c421-456a-99c6-0d11caa088bd/?format=api"
        }
    ]
}