GET /api/bet_types/b41db391-d239-4f66-817d-f9badcc94dec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b41db391-d239-4f66-817d-f9badcc94dec",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b0adb75-6080-4f1d-bc2c-6a5b055b72a4/?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": "Texas Tech",
                "amount": 6114.0
            },
            {
                "team": "Kansas",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6ca3444-ca3a-45a5-b806-d899f2d4eade",
            "gambit_id": "9d111724-d459-4b4e-bd7b-371516095fd3",
            "last_updated": "2022-11-14T09:43:41.678266-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41db391-d239-4f66-817d-f9badcc94dec/?format=api"
        },
        {
            "id": "9d8dbe36-48ed-408b-b8de-7c30551165f5",
            "gambit_id": "fc0091fc-fd48-4465-81e9-035077a9743a",
            "last_updated": "2022-11-14T09:43:41.679341-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41db391-d239-4f66-817d-f9badcc94dec/?format=api"
        }
    ]
}