GET /api/bet_types/aed15c85-eb90-4b05-a32e-a0ded93e574a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aed15c85-eb90-4b05-a32e-a0ded93e574a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc5cad54-c5de-4355-b166-1a7c8711eb55/?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": "Sacramento Kings",
                "amount": 5945.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "532bfd90-998d-4d06-a193-e5dc0400cd26",
            "gambit_id": "213e9655-1eb8-451b-a3ba-573b3788bda0",
            "last_updated": "2022-11-01T09:57:24.635729-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aed15c85-eb90-4b05-a32e-a0ded93e574a/?format=api"
        },
        {
            "id": "5325984f-bd48-484a-b21a-df9cbd22e56e",
            "gambit_id": "5ec02cf6-c4ad-4975-bc2f-80f4684f4c43",
            "last_updated": "2022-11-01T09:57:24.634795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aed15c85-eb90-4b05-a32e-a0ded93e574a/?format=api"
        }
    ]
}