GET /api/bet_types/4a9b4424-3184-4dec-bd36-73eac030a122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a9b4424-3184-4dec-bd36-73eac030a122",
    "match": "https://api-prod.gambitprofit.com/api/matches/da28c87d-8e2a-4dc0-a6e4-055570863f05/?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": "Memphis Grizzlies",
                "amount": 8131.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1869.0
            }
        ],
        "expected_reward_tokens": 9269.34,
        "profit_sb": 269.34,
        "profit_sb_percentage": 2.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "93dd9b78-ecab-4f38-bc58-588b73422b23",
            "gambit_id": "001e33d9-8916-48b9-92cd-1e217703b4dc",
            "last_updated": "2022-11-05T09:28:15.115952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.14000",
            "odds": "1.16130",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9b4424-3184-4dec-bd36-73eac030a122/?format=api"
        },
        {
            "id": "2627e7f4-0068-457d-adb8-bf95563bbd2d",
            "gambit_id": "eeb3794d-4524-435f-abd9-359e2904d65b",
            "last_updated": "2022-11-05T09:28:15.116947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.96000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9b4424-3184-4dec-bd36-73eac030a122/?format=api"
        }
    ]
}