GET /api/bet_types/55eaa813-37bc-4d80-bd60-c5c9d5ca2af5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55eaa813-37bc-4d80-bd60-c5c9d5ca2af5",
    "match": "https://api-prod.gambitprofit.com/api/matches/61e26f40-eb64-4b05-88a9-b5834ad172ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:15.726565-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d46915d-3252-4519-a654-ceb49ea13113",
            "gambit_id": "f5bce94d-6fe8-42a9-97c6-f8c222eaa4bd",
            "last_updated": "2022-12-28T21:37:13.245077-05:00",
            "created_at": "2022-12-27T08:57:15.727744-05:00",
            "name": "Indiana Pacers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55eaa813-37bc-4d80-bd60-c5c9d5ca2af5/?format=api"
        },
        {
            "id": "6feed7fc-03fa-4feb-9719-5d349536a073",
            "gambit_id": "b52e82fe-b3ec-4b85-88dd-6c12e9a91347",
            "last_updated": "2022-12-28T21:37:13.246212-05:00",
            "created_at": "2022-12-27T08:57:15.729022-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55eaa813-37bc-4d80-bd60-c5c9d5ca2af5/?format=api"
        }
    ]
}