GET /api/bet_types/4e96b3d8-1639-4b0b-bb1e-64bb4eef5eeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e96b3d8-1639-4b0b-bb1e-64bb4eef5eeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/93d00f3b-7611-4e41-b8db-e11aeb8b0b76/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Marlins",
                "amount": 5207.0
            },
            {
                "team": "New York Mets",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "89862f71-7ec6-4ce8-a56a-60d032f88619",
            "gambit_id": "ea3354fe-ddad-45f8-a26f-829675f1e394",
            "last_updated": "2022-09-10T22:02:15.528548-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e96b3d8-1639-4b0b-bb1e-64bb4eef5eeb/?format=api"
        },
        {
            "id": "cda583ff-ccf9-4f64-97b7-fb34d1c7e325",
            "gambit_id": "ea89eebc-558d-4954-84b0-1aa9d6312a91",
            "last_updated": "2022-09-10T22:02:15.529772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Mets",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e96b3d8-1639-4b0b-bb1e-64bb4eef5eeb/?format=api"
        }
    ]
}