GET /api/bet_types/c03e586a-7eea-473d-93d5-5906cd488dab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c03e586a-7eea-473d-93d5-5906cd488dab",
    "match": "https://api-prod.gambitprofit.com/api/matches/f16e0e50-fd50-4c42-b019-7d6e039d7917/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:58.273972-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 800.0,
        "profit_sb_percentage": 8.42,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 9179.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 821.0
            }
        ],
        "expected_reward_tokens": 9449.71,
        "profit_sb": -50.29,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc7538a8-8112-4ef4-87da-2ff1db83bffd",
            "gambit_id": "f4cad928-e525-44ea-aa25-d484021c8cc0",
            "last_updated": "2024-02-06T09:28:14.734533-05:00",
            "created_at": "2024-02-04T10:42:58.283687-05:00",
            "name": "Boston Celtics",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c03e586a-7eea-473d-93d5-5906cd488dab/?format=api"
        },
        {
            "id": "4bef37ea-7466-4f3d-9b82-85f0f0302bf3",
            "gambit_id": "b5ab3e8f-ca23-40a0-bd8b-497409175101",
            "last_updated": "2024-02-06T09:28:14.731032-05:00",
            "created_at": "2024-02-04T10:42:58.278553-05:00",
            "name": "Memphis Grizzlies",
            "reward": "11.51000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c03e586a-7eea-473d-93d5-5906cd488dab/?format=api"
        }
    ]
}