GET /api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a802a0c-be1f-446e-9bcd-cffa6446950e",
    "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?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": "SDG (M Clevinger)",
                "amount": 6975.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9346.5,
        "profit_sb": 346.5,
        "profit_sb_percentage": 3.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a388914-858b-49ac-afef-9ef884694043",
            "gambit_id": "f4161253-2fc5-4eb4-837f-c290bf57beaf",
            "last_updated": "2022-08-13T10:57:04.397955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "1.34000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api"
        },
        {
            "id": "343602d7-b79a-4d0e-815a-4aad35c6d007",
            "gambit_id": "12084fd5-3273-4cb4-8498-4c85550e5090",
            "last_updated": "2022-08-13T10:57:04.397454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api"
        }
    ]
}