GET /api/bet_types/77de627c-7b9c-4d1d-b9a0-874369693c26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77de627c-7b9c-4d1d-b9a0-874369693c26",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbb86036-4953-4871-ac36-edbf53645acb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:53.705808-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": "Milwaukee Bucks",
                "amount": 8435.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 1565.0
            }
        ],
        "expected_reward_tokens": 9530.85,
        "profit_sb": 30.85,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "6aa3a7eb-9004-4133-8741-6b269c009921",
            "gambit_id": "8a4bc95b-9e9a-470c-ac2c-0261c567b0bd",
            "last_updated": "2023-01-26T10:57:01.133237-05:00",
            "created_at": "2023-01-25T09:46:53.707235-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77de627c-7b9c-4d1d-b9a0-874369693c26/?format=api"
        },
        {
            "id": "66413ded-d933-4e13-a2e0-7f93b159c091",
            "gambit_id": "d2bc513e-8f35-4847-83cb-c0eff857ccc9",
            "last_updated": "2023-01-26T10:57:01.134543-05:00",
            "created_at": "2023-01-25T09:46:53.708708-05:00",
            "name": "Denver Nuggets",
            "reward": "6.09000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77de627c-7b9c-4d1d-b9a0-874369693c26/?format=api"
        }
    ]
}