GET /api/bet_types/f8b6173c-cd76-4dfe-bb55-d7e5ee8c31a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8b6173c-cd76-4dfe-bb55-d7e5ee8c31a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c951487c-1b58-444c-af35-2bd636c36e20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:02.652023-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": "Arizona Coyotes",
                "amount": 6253.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "a78b6e92-3003-4db4-8a3b-6f6a001af05b",
            "gambit_id": "e8c0b266-b89c-4b76-a29f-b72431eeae50",
            "last_updated": "2023-01-13T11:47:14.683611-05:00",
            "created_at": "2023-01-12T08:22:02.653119-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8b6173c-cd76-4dfe-bb55-d7e5ee8c31a2/?format=api"
        },
        {
            "id": "646be169-c268-43e6-b0f3-80516e85c0bb",
            "gambit_id": "58522639-bcc9-48fb-862d-bd6a88b17671",
            "last_updated": "2023-01-13T11:47:14.684719-05:00",
            "created_at": "2023-01-12T08:22:02.654247-05:00",
            "name": "Ottawa Senators",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8b6173c-cd76-4dfe-bb55-d7e5ee8c31a2/?format=api"
        }
    ]
}