GET /api/bet_types/f4831154-91c9-4c1d-bda0-88765c2da8b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4831154-91c9-4c1d-bda0-88765c2da8b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a67a221-f002-45d0-a02c-249b4e3ebff8/?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": "PHI (B Falter)",
                "amount": 5532.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4468.0
            }
        ],
        "expected_reward_tokens": 9293.44,
        "profit_sb": 293.44,
        "profit_sb_percentage": 3.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb1b59c8-a0d8-43d8-8443-6a344e990764",
            "gambit_id": "a74d194f-42b2-4e50-a9f6-55c771ff6254",
            "last_updated": "2022-09-01T10:36:57.168786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (B Falter)",
            "reward": "1.68000",
            "odds": "1.76340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4831154-91c9-4c1d-bda0-88765c2da8b8/?format=api"
        },
        {
            "id": "b532365c-a999-4f39-8d69-13985e3b8c47",
            "gambit_id": "b1246807-3469-4b7a-945a-366721ea2749",
            "last_updated": "2022-09-01T10:36:57.167989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (T Henry)",
            "reward": "2.08000",
            "odds": "2.21000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4831154-91c9-4c1d-bda0-88765c2da8b8/?format=api"
        }
    ]
}