GET /api/bet_types/d7ea7e81-3232-4cbe-b721-2eb0c5f19e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7ea7e81-3232-4cbe-b721-2eb0c5f19e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b059075-e493-44a4-9bd0-29a3fdec9d31/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:12.933894-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": "NYM",
                "amount": 5421.0
            },
            {
                "team": "ATL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6091e911-02bf-407b-b89e-818c7e97e07c",
            "gambit_id": "5d0fd4af-09f6-4237-9c3d-929f55881ab1",
            "last_updated": "2023-06-07T10:28:08.053687-04:00",
            "created_at": "2023-06-06T10:57:12.936437-04:00",
            "name": "NYM",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ea7e81-3232-4cbe-b721-2eb0c5f19e32/?format=api"
        },
        {
            "id": "50daa10f-2343-41d8-9c2c-d1c2e28a2bc6",
            "gambit_id": "d0824390-1421-4000-af30-9ec615e15e21",
            "last_updated": "2023-06-07T10:28:08.056099-04:00",
            "created_at": "2023-06-06T10:57:12.938901-04:00",
            "name": "ATL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ea7e81-3232-4cbe-b721-2eb0c5f19e32/?format=api"
        }
    ]
}