GET /api/bet_types/6e80b71c-c915-4d2e-a56f-860f122151c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e80b71c-c915-4d2e-a56f-860f122151c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd8d813b-811e-4e4d-8e87-af1cab077020/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:57.853777-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": 5857.0
            },
            {
                "team": "BAL",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "819f2839-a64c-456a-bce1-74a9ea1a7012",
            "gambit_id": "9bccff89-c239-4600-bf38-de081f31e3c7",
            "last_updated": "2023-08-05T12:08:21.704616-04:00",
            "created_at": "2023-08-04T08:52:57.858816-04:00",
            "name": "NYM",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e80b71c-c915-4d2e-a56f-860f122151c2/?format=api"
        },
        {
            "id": "3f9947d9-ea3a-42f0-8903-1670103bda28",
            "gambit_id": "b01904e7-f2ba-48c9-bb1b-ecfc865976fe",
            "last_updated": "2023-08-05T12:08:21.708391-04:00",
            "created_at": "2023-08-04T08:52:57.873816-04:00",
            "name": "BAL",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e80b71c-c915-4d2e-a56f-860f122151c2/?format=api"
        }
    ]
}