GET /api/bet_types/66cd446a-f36c-439b-8d5a-a072e4ea8e72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66cd446a-f36c-439b-8d5a-a072e4ea8e72",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b136e6c-25ce-4b12-a90d-802065e8f9b3/?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 (L Lynn)",
                "amount": 5413.0
            },
            {
                "team": "SEA (M Gonzales)",
                "amount": 4587.0
            }
        ],
        "expected_reward_tokens": 9310.36,
        "profit_sb": 310.36,
        "profit_sb_percentage": 3.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "65158f86-3371-4cd9-b321-b6bdbcd87a4c",
            "gambit_id": "c929a19c-7be4-431d-9a6f-303b13af60a2",
            "last_updated": "2022-09-06T09:27:13.904850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (L Lynn)",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66cd446a-f36c-439b-8d5a-a072e4ea8e72/?format=api"
        },
        {
            "id": "6454a5e8-c7f3-44a9-b6f7-d4034e5f19af",
            "gambit_id": "dc4ee0e5-68ea-4492-a0a4-152bfd62b3b6",
            "last_updated": "2022-09-06T09:27:13.903767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (M Gonzales)",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66cd446a-f36c-439b-8d5a-a072e4ea8e72/?format=api"
        }
    ]
}