GET /api/bet_types/aac551dd-613f-4949-98ad-c118bbe09e7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aac551dd-613f-4949-98ad-c118bbe09e7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/85206496-42c4-4b89-a05f-93f5f7f3aefc/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tulane",
                "amount": 7736.0
            },
            {
                "team": "Southern Miss",
                "amount": 2264.0
            }
        ],
        "expected_reward_tokens": 9282.4,
        "profit_sb": 282.4,
        "profit_sb_percentage": 3.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca9679fc-decd-4fe2-8ff0-c2b8671bfdc9",
            "gambit_id": "27258061-dee8-4b97-bac5-9a5ad9f5f8d1",
            "last_updated": "2022-09-25T21:17:17.412289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.20000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aac551dd-613f-4949-98ad-c118bbe09e7b/?format=api"
        },
        {
            "id": "c44b5b2f-d314-44e3-b7e0-ad476618866c",
            "gambit_id": "f7e1f351-0e3d-429a-8b54-7f3bc754685b",
            "last_updated": "2022-09-25T21:17:17.413252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "4.10000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aac551dd-613f-4949-98ad-c118bbe09e7b/?format=api"
        }
    ]
}