GET /api/bet_types/ae1b2c81-7fd2-46e7-bb4e-4e97d7292f1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae1b2c81-7fd2-46e7-bb4e-4e97d7292f1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8870ab3e-9198-4558-befe-cca5155844e5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:57.953199-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": "Tennessee Titans",
                "amount": 5614.0
            },
            {
                "team": "New England Patriots",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9d5e221-3427-4f2d-b080-100833b47625",
            "gambit_id": "33ddc200-0f76-4453-85d2-2f7592d58e2c",
            "last_updated": "2023-08-29T09:18:24.772038-04:00",
            "created_at": "2023-08-24T12:57:57.962569-04:00",
            "name": "Tennessee Titans",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1b2c81-7fd2-46e7-bb4e-4e97d7292f1e/?format=api"
        },
        {
            "id": "b56063f9-b5bf-4a14-a6bf-c8911e482464",
            "gambit_id": "de648518-98cc-4c68-a8e3-39a7af23c238",
            "last_updated": "2023-08-29T09:18:24.768605-04:00",
            "created_at": "2023-08-24T12:57:57.957963-04:00",
            "name": "New England Patriots",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1b2c81-7fd2-46e7-bb4e-4e97d7292f1e/?format=api"
        }
    ]
}