GET /api/bet_types/df9e14f8-72d7-4af6-b280-2ef7ddaf014e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df9e14f8-72d7-4af6-b280-2ef7ddaf014e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bb705d9-3b4b-48e2-957e-931672071166/?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": "BAL (A Voth)",
                "amount": 5229.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4771.0
            }
        ],
        "expected_reward_tokens": 9255.33,
        "profit_sb": 255.33,
        "profit_sb_percentage": 2.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "33ba506f-9ceb-4aa0-94bb-8f4d72353f28",
            "gambit_id": "57023ac0-3c43-47a6-b034-9323287f1799",
            "last_updated": "2022-09-10T22:02:26.165897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (A Voth)",
            "reward": "1.77000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df9e14f8-72d7-4af6-b280-2ef7ddaf014e/?format=api"
        },
        {
            "id": "d8b0ffd4-18ee-49f1-ac26-9c85e50bb6aa",
            "gambit_id": "e4717f27-c699-49e2-80d9-d5ea524938f0",
            "last_updated": "2022-09-10T22:02:26.169744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (B Bello)",
            "reward": "1.94000",
            "odds": "2.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df9e14f8-72d7-4af6-b280-2ef7ddaf014e/?format=api"
        }
    ]
}