GET /api/bet_types/65fc8c6f-3c4d-43ba-958b-5f836fe59e5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65fc8c6f-3c4d-43ba-958b-5f836fe59e5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bd82723-5233-4d46-8863-63afa73a7122/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T09:08:16.444722-04: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": "NYY (C Schmidt)",
                "amount": 6060.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "38ce02c8-f25a-4b19-bc51-7a88f53d8ae6",
            "gambit_id": "7c1f9f6a-109a-4df2-8b55-1ea2e6f1e203",
            "last_updated": "2023-09-07T20:13:22.009613-04:00",
            "created_at": "2023-09-06T09:08:16.449347-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fc8c6f-3c4d-43ba-958b-5f836fe59e5d/?format=api"
        },
        {
            "id": "45f3c552-3c92-4dff-b980-83fc797cccfe",
            "gambit_id": "ef484db3-bd60-45ae-b46b-dc61d1c5bb6a",
            "last_updated": "2023-09-07T20:13:22.013652-04:00",
            "created_at": "2023-09-06T09:08:16.454617-04:00",
            "name": "DET (M Manning)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fc8c6f-3c4d-43ba-958b-5f836fe59e5d/?format=api"
        }
    ]
}