GET /api/bet_types/c2ba43bf-a487-48f3-977f-32a1f1b5488d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2ba43bf-a487-48f3-977f-32a1f1b5488d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb0ac592-6f8c-4d19-83b6-b8be287acb7b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:21.034925-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Knicks",
                "amount": 8417.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1583.0
            }
        ],
        "expected_reward_tokens": 9511.21,
        "profit_sb": 11.21,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2db4669-2e7e-446b-824a-90d0e97fbc9f",
            "gambit_id": "7ee92c7f-6058-4e35-a8ad-397c3af108f6",
            "last_updated": "2024-01-19T20:43:13.222497-05:00",
            "created_at": "2024-01-18T10:18:21.046076-05:00",
            "name": "New York Knicks",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ba43bf-a487-48f3-977f-32a1f1b5488d/?format=api"
        },
        {
            "id": "c4c2d02f-c14f-4683-b002-00f571ffbaa9",
            "gambit_id": "742f8392-6656-4029-8ceb-06958b6115b3",
            "last_updated": "2024-01-19T20:43:13.218957-05:00",
            "created_at": "2024-01-18T10:18:21.040859-05:00",
            "name": "Washington Wizards",
            "reward": "6.01000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ba43bf-a487-48f3-977f-32a1f1b5488d/?format=api"
        }
    ]
}