GET /api/bet_types/6b2d48cb-fb1b-48bc-b72b-488649e4ec7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b2d48cb-fb1b-48bc-b72b-488649e4ec7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/da6a88fa-3106-4f62-b85f-0361016c9431/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:17.778549-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": "OAK",
                "amount": 5107.0
            },
            {
                "team": "CLE",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3785bdfd-9924-4ad9-bd39-c54cdd679a49",
            "gambit_id": "9c4252cf-bd58-4f5b-aa80-108042a3da83",
            "last_updated": "2023-04-05T10:07:04.864087-04:00",
            "created_at": "2023-04-04T09:32:17.780050-04:00",
            "name": "OAK",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b2d48cb-fb1b-48bc-b72b-488649e4ec7c/?format=api"
        },
        {
            "id": "1d94e493-4e4c-4bdd-8d70-f9b9209ea92d",
            "gambit_id": "810c47e2-ef30-4b6e-98f0-558477941a80",
            "last_updated": "2023-04-05T10:07:04.866973-04:00",
            "created_at": "2023-04-04T09:32:17.781439-04:00",
            "name": "CLE",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b2d48cb-fb1b-48bc-b72b-488649e4ec7c/?format=api"
        }
    ]
}