GET /api/bet_types/e2d699d3-8ccf-4a2f-ab0a-5a8a8b5f5e05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2d699d3-8ccf-4a2f-ab0a-5a8a8b5f5e05",
    "match": "https://api-prod.gambitprofit.com/api/matches/78fcfa2d-9a3c-457f-adb2-d6256fd6d6e8/?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": "North Texas",
                "amount": 6956.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 27.72,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "5231f68f-7b75-48a8-8063-646580445d71",
            "gambit_id": "f10fa109-2f01-4187-8a1c-0116d7b9912a",
            "last_updated": "2022-10-17T09:42:12.631682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d699d3-8ccf-4a2f-ab0a-5a8a8b5f5e05/?format=api"
        },
        {
            "id": "06ffa90a-30f0-4624-80cf-ca5f8470b591",
            "gambit_id": "d0b96508-19c1-41b3-8c29-3d2438d4e95c",
            "last_updated": "2022-10-17T09:42:12.632828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2d699d3-8ccf-4a2f-ab0a-5a8a8b5f5e05/?format=api"
        }
    ]
}