GET /api/bet_types/6f093b8c-d26d-4a4c-9328-40ac031d5970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f093b8c-d26d-4a4c-9328-40ac031d5970",
    "match": "https://api-prod.gambitprofit.com/api/matches/be535e0c-00e9-40fc-9ed7-58b24717a170/?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 (M Scherzer)",
                "amount": 5223.0
            },
            {
                "team": "ATL (K Wright)",
                "amount": 4777.0
            }
        ],
        "expected_reward_tokens": 9505.86,
        "profit_sb": 5.86,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5de42ed-306d-4e6c-9f89-fce2aec99a10",
            "gambit_id": "db233746-b339-48a1-a2a6-9feef53fcd91",
            "last_updated": "2022-10-02T15:17:30.425304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f093b8c-d26d-4a4c-9328-40ac031d5970/?format=api"
        },
        {
            "id": "b6bd9627-2890-488f-a082-568f904af06c",
            "gambit_id": "ce23b95b-2b31-4fd3-9ce5-3ff8bb185cfb",
            "last_updated": "2022-10-02T15:17:30.424047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.99000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f093b8c-d26d-4a4c-9328-40ac031d5970/?format=api"
        }
    ]
}