GET /api/bet_types/3d905faa-44bd-4521-9ab0-d6988ff6c4f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d905faa-44bd-4521-9ab0-d6988ff6c4f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b1c2a88-368c-49db-9cb8-b3339f2776ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:18.896992-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": "Los Angeles Clippers",
                "amount": 7554.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2446.0
            }
        ],
        "expected_reward_tokens": 9441.56,
        "profit_sb": -58.44,
        "profit_sb_percentage": -0.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d39d1ca-02bf-44c6-98d2-be49021690f3",
            "gambit_id": "e929043a-7f36-4a6e-829f-8f04c73ac4e6",
            "last_updated": "2023-11-23T16:13:03.292193-05:00",
            "created_at": "2023-11-22T09:08:18.900486-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d905faa-44bd-4521-9ab0-d6988ff6c4f1/?format=api"
        },
        {
            "id": "6e945f2c-223e-4e84-a0e2-acc4ce4c4ee0",
            "gambit_id": "65a60a96-e014-4683-b2b9-250f56ead52d",
            "last_updated": "2023-11-23T16:13:03.295566-05:00",
            "created_at": "2023-11-22T09:08:18.904369-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.86000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d905faa-44bd-4521-9ab0-d6988ff6c4f1/?format=api"
        }
    ]
}