GET /api/bet_types/2cf8657e-a8af-4b9f-aa73-4695551b38d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cf8657e-a8af-4b9f-aa73-4695551b38d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7a9a77d-a858-4ad6-bc4f-2f7cdbab8009/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Utah",
                "amount": 9120.0
            },
            {
                "team": "Stanford",
                "amount": 880.0
            }
        ],
        "expected_reward_tokens": 9393.6,
        "profit_sb": 393.6,
        "profit_sb_percentage": 4.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "1bc99a04-1d12-4032-b3b7-c494b4a307ac",
            "gambit_id": "0e055e70-cce6-4586-9db0-7925691db8ce",
            "last_updated": "2022-11-13T09:03:52.325973-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.03000",
            "odds": "1.03330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf8657e-a8af-4b9f-aa73-4695551b38d4/?format=api"
        },
        {
            "id": "a9183c3d-5f05-4830-86f8-e3ee07e2e183",
            "gambit_id": "0a288d4e-2afa-4722-826a-79fe01c87d58",
            "last_updated": "2022-11-13T09:03:52.326926-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "10.68000",
            "odds": "12.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf8657e-a8af-4b9f-aa73-4695551b38d4/?format=api"
        }
    ]
}