GET /api/bet_types/c8b88694-de30-444c-8a71-d514fe6413f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8b88694-de30-444c-8a71-d514fe6413f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc8d7a0-6586-42bb-b45b-b0878da706bd/?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 (C Carrasco)",
                "amount": 6809.0
            },
            {
                "team": "PIT (J Brubaker)",
                "amount": 3191.0
            }
        ],
        "expected_reward_tokens": 9190.08,
        "profit_sb": 190.08,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "6babf587-1c6b-4b30-aa69-2c70a98c3e55",
            "gambit_id": "c08bf41b-5c6b-454a-a641-956d182d017b",
            "last_updated": "2022-09-16T11:41:54.307184-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b88694-de30-444c-8a71-d514fe6413f7/?format=api"
        },
        {
            "id": "df0181d0-3cb5-405e-a03d-742429121b85",
            "gambit_id": "c2f30a3c-e2b3-49cc-bf4a-76f9026b6a0b",
            "last_updated": "2022-09-16T11:41:54.308102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (J Brubaker)",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b88694-de30-444c-8a71-d514fe6413f7/?format=api"
        }
    ]
}