GET /api/bet_types/d042c99e-0baf-4b07-a5f0-fa1bdb9a6669/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d042c99e-0baf-4b07-a5f0-fa1bdb9a6669",
    "match": "https://api-prod.gambitprofit.com/api/matches/29450c06-e003-4233-9a56-206966a6059c/?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": "SDG (B Snell)",
                "amount": 6675.0
            },
            {
                "team": "ARI (K Nelson)",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 9276.75,
        "profit_sb": 276.75,
        "profit_sb_percentage": 3.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "6668676d-0fe7-4077-b8d3-62c09fbbd593",
            "gambit_id": "ecfde060-137c-4f82-8126-e2ec0cbe3651",
            "last_updated": "2022-09-06T09:27:13.089355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d042c99e-0baf-4b07-a5f0-fa1bdb9a6669/?format=api"
        },
        {
            "id": "7d16ad77-502e-4bfc-895e-be8d2624bc59",
            "gambit_id": "29536747-fda1-4e3a-88aa-27edf6e33303",
            "last_updated": "2022-09-06T09:27:13.090398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (K Nelson)",
            "reward": "2.79000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d042c99e-0baf-4b07-a5f0-fa1bdb9a6669/?format=api"
        }
    ]
}