GET /api/bet_types/6cb76aca-3b4e-4334-904b-4c096354e7f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cb76aca-3b4e-4334-904b-4c096354e7f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b15ed45b-b7ca-4891-8c0c-3f806d2e4558/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T10:13:13.404202-04: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": "Philadelphia Eagles",
                "amount": 6984.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "2329c337-969c-498b-871e-2fc43acb9e29",
            "gambit_id": "b3bf1c9d-9d64-42ef-b8a8-5217589920b3",
            "last_updated": "2023-09-15T10:28:23.710988-04:00",
            "created_at": "2023-09-13T10:13:13.415134-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb76aca-3b4e-4334-904b-4c096354e7f3/?format=api"
        },
        {
            "id": "c9ab2e00-c4be-4244-bc0f-7ed7d30d07bd",
            "gambit_id": "7db3f2b0-1b7d-4139-b2ce-9a4cbc4cf9e1",
            "last_updated": "2023-09-15T10:28:23.707691-04:00",
            "created_at": "2023-09-13T10:13:13.409449-04:00",
            "name": "Minnesota Vikings",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cb76aca-3b4e-4334-904b-4c096354e7f3/?format=api"
        }
    ]
}