GET /api/bet_types/c121dfbe-e8f4-4af8-8b59-86ffb844e211/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c121dfbe-e8f4-4af8-8b59-86ffb844e211",
    "match": "https://api-prod.gambitprofit.com/api/matches/12a03fab-dcc3-42f1-bfcf-582f171295d8/?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": "New York Knicks",
                "amount": 7221.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "8628b63e-5aab-4d2f-bbbd-f15ce3fbc8b0",
            "gambit_id": "0680fc92-9b2c-4fcc-b483-f1e419faf578",
            "last_updated": "2022-10-25T10:07:45.948040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c121dfbe-e8f4-4af8-8b59-86ffb844e211/?format=api"
        },
        {
            "id": "2c1189fa-0e6d-4098-8467-af897474ae3c",
            "gambit_id": "1186b489-18af-4ad7-886a-8ae7fadac61b",
            "last_updated": "2022-10-25T10:07:45.949018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c121dfbe-e8f4-4af8-8b59-86ffb844e211/?format=api"
        }
    ]
}