GET /api/bet_types/c5ad9837-e867-4a43-b46d-2defb2a93c43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5ad9837-e867-4a43-b46d-2defb2a93c43",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b622ef-3b72-4f28-9098-33b87211762a/?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": "Philadelphia 76ers",
                "amount": 6336.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d122525-cd11-487f-adc1-186e1e85acda",
            "gambit_id": "041c34f1-6af8-4923-86dc-2b92108bfbdc",
            "last_updated": "2022-12-10T18:36:58.359604-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5ad9837-e867-4a43-b46d-2defb2a93c43/?format=api"
        },
        {
            "id": "f2f12687-6fe2-433f-afc8-5057cfc1a870",
            "gambit_id": "3dd6c907-13e2-4316-897a-0028b841bb85",
            "last_updated": "2022-12-10T18:36:58.360794-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5ad9837-e867-4a43-b46d-2defb2a93c43/?format=api"
        }
    ]
}