GET /api/bet_types/1d364028-0e28-4b1d-9895-bfcf84dc765b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d364028-0e28-4b1d-9895-bfcf84dc765b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef4be4f8-3c35-4e4b-82c9-af31a6301859/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:56.823252-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "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": 8769.0
            },
            {
                "team": "Utah Jazz",
                "amount": 1231.0
            }
        ],
        "expected_reward_tokens": 9466.39,
        "profit_sb": -33.61,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8bc90f7-cca5-4c2e-a581-48fe7c02c7b4",
            "gambit_id": "633c4f1b-ca2c-402b-ac7c-780d5126bf9a",
            "last_updated": "2024-01-08T14:43:15.197926-05:00",
            "created_at": "2024-01-05T09:32:56.832945-05:00",
            "name": "Boston Celtics",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d364028-0e28-4b1d-9895-bfcf84dc765b/?format=api"
        },
        {
            "id": "73b9ee50-037f-4e68-a2dd-b989a3cbb97b",
            "gambit_id": "77e4501c-36bc-408a-bfdc-15d4f0b127a6",
            "last_updated": "2024-01-08T14:43:15.194499-05:00",
            "created_at": "2024-01-05T09:32:56.827342-05:00",
            "name": "Utah Jazz",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d364028-0e28-4b1d-9895-bfcf84dc765b/?format=api"
        }
    ]
}