GET /api/bet_types/ab76d9e7-e04f-49b7-a0dd-3e9d46398da7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab76d9e7-e04f-49b7-a0dd-3e9d46398da7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd3f7aa3-946f-4e1a-bfb9-9b8c27378e4e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:00.593500-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": 5610.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "21d17d9c-dd27-4467-bce3-f1f961c37206",
            "gambit_id": "1dbbcf92-513b-409b-9402-1737ff243ad8",
            "last_updated": "2023-03-01T09:37:05.914323-05:00",
            "created_at": "2023-02-28T12:37:00.595946-05:00",
            "name": "Sacramento Kings",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab76d9e7-e04f-49b7-a0dd-3e9d46398da7/?format=api"
        },
        {
            "id": "f4c393f1-a296-4294-ac53-ae4bcc51cb31",
            "gambit_id": "1f7779b4-7002-4dcd-8102-9175ddaa9505",
            "last_updated": "2023-03-01T09:37:05.913157-05:00",
            "created_at": "2023-02-28T12:37:00.594678-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab76d9e7-e04f-49b7-a0dd-3e9d46398da7/?format=api"
        }
    ]
}