GET /api/bet_types/bc7e13aa-5f1b-4974-bcbd-4b2aa38446da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc7e13aa-5f1b-4974-bcbd-4b2aa38446da",
    "match": "https://api-prod.gambitprofit.com/api/matches/7912e347-1f27-495c-a670-fb7102caa880/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:52:12.795442-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": "PHI",
                "amount": 5784.0
            },
            {
                "team": "COL",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "cda73d50-2023-4585-9ec9-1dde97a1fa04",
            "gambit_id": "2d444421-3c9b-4fd3-910e-e0f054885e9a",
            "last_updated": "2023-04-22T13:07:17.508491-04:00",
            "created_at": "2023-04-21T12:52:12.796873-04:00",
            "name": "PHI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7e13aa-5f1b-4974-bcbd-4b2aa38446da/?format=api"
        },
        {
            "id": "e479a931-652f-4a1e-b461-38db7df44c22",
            "gambit_id": "8215ac7d-34ab-405a-a2d2-03a9e1458f8b",
            "last_updated": "2023-04-22T13:07:17.509964-04:00",
            "created_at": "2023-04-21T12:52:12.798457-04:00",
            "name": "COL",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7e13aa-5f1b-4974-bcbd-4b2aa38446da/?format=api"
        }
    ]
}