GET /api/bet_types/6f94c333-6f83-40d8-bb5d-762a7f855ca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f94c333-6f83-40d8-bb5d-762a7f855ca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dfd5f37-e24d-49e7-93f2-0f721be89e60/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Arizona",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arizona",
                "amount": 8671.0
            },
            {
                "team": "Colorado",
                "amount": 1329.0
            }
        ],
        "expected_reward_tokens": 9449.19,
        "profit_sb": -50.81,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "376b1301-16ba-4e22-bbf8-59e6dcdb8b42",
            "gambit_id": "f3baf622-e048-4e59-85e2-c1ca8cbe5f5f",
            "last_updated": "2022-10-03T11:22:23.405654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f94c333-6f83-40d8-bb5d-762a7f855ca9/?format=api"
        },
        {
            "id": "aab12b5e-cd10-4f99-ba2e-f77ef031f7ec",
            "gambit_id": "92d40de0-7bc4-45b9-b813-85f83d4ae08c",
            "last_updated": "2022-10-03T11:22:23.406796-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "7.11000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f94c333-6f83-40d8-bb5d-762a7f855ca9/?format=api"
        }
    ]
}