GET /api/bet_types/523228d3-0788-488c-874b-c6a48d42c31d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "523228d3-0788-488c-874b-c6a48d42c31d",
    "match": "https://api-prod.gambitprofit.com/api/matches/984d4673-8a6b-4443-a212-8d0d8c316a78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:10.848594-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": "Cleveland Cavaliers",
                "amount": 6324.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "aee704b9-a38f-4892-a13a-d727547941ac",
            "gambit_id": "bc353a9c-8739-47bc-a5fe-fbad47f3c83a",
            "last_updated": "2023-12-18T10:38:03.063005-05:00",
            "created_at": "2023-12-16T09:23:10.861852-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523228d3-0788-488c-874b-c6a48d42c31d/?format=api"
        },
        {
            "id": "b79f6233-f771-4ad5-a6c1-b633c5349c26",
            "gambit_id": "dadc2e44-6787-467e-8a64-1c197b07ab41",
            "last_updated": "2023-12-18T10:38:03.059710-05:00",
            "created_at": "2023-12-16T09:23:10.856631-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523228d3-0788-488c-874b-c6a48d42c31d/?format=api"
        }
    ]
}