GET /api/bet_types/f3aa63fd-cec5-4f4f-a43c-8ab25ed6b8e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3aa63fd-cec5-4f4f-a43c-8ab25ed6b8e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/39966913-33d8-4422-9d4c-2cdb7514998d/?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": "NYY (N Cortes)",
                "amount": 5418.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4582.0
            }
        ],
        "expected_reward_tokens": 9209.82,
        "profit_sb": 209.82,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "67a14481-453d-4edd-9098-7b6dc4df7d70",
            "gambit_id": "bd8d4cbf-1dfa-446f-a645-91ab2ff4b2b7",
            "last_updated": "2022-09-15T11:07:09.404034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3aa63fd-cec5-4f4f-a43c-8ab25ed6b8e7/?format=api"
        },
        {
            "id": "54accd41-c40f-4551-bd81-2cc60cc99bcc",
            "gambit_id": "d9878569-8d2f-4752-9241-058b813f8f4c",
            "last_updated": "2022-09-15T11:07:09.403044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (B Bello)",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3aa63fd-cec5-4f4f-a43c-8ab25ed6b8e7/?format=api"
        }
    ]
}