GET /api/bet_types/7721268f-fd30-4196-8c46-5a984cb25cc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7721268f-fd30-4196-8c46-5a984cb25cc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/967343d0-161b-40d0-bdd3-f50f5a2cf10a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:12.114534-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "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": 8841.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1159.0
            }
        ],
        "expected_reward_tokens": 9457.44,
        "profit_sb": -42.56,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "152b47ab-b2da-4cff-afca-8e10b8ab8ee9",
            "gambit_id": "54cbc7b6-8beb-4318-8b83-5186601cc78c",
            "last_updated": "2023-12-30T16:28:09.420951-05:00",
            "created_at": "2023-12-28T10:03:12.128981-05:00",
            "name": "Boston Celtics",
            "reward": "1.07000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7721268f-fd30-4196-8c46-5a984cb25cc4/?format=api"
        },
        {
            "id": "d606fc79-5006-4536-8a56-94aed7efb672",
            "gambit_id": "3d5078e8-2e36-4ff1-80cb-aff2f4ea487d",
            "last_updated": "2023-12-30T16:28:09.417557-05:00",
            "created_at": "2023-12-28T10:03:12.124890-05:00",
            "name": "Detroit Pistons",
            "reward": "8.16000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7721268f-fd30-4196-8c46-5a984cb25cc4/?format=api"
        }
    ]
}