GET /api/bet_types/67d5555d-9c04-4fab-b23e-7e650828a360/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67d5555d-9c04-4fab-b23e-7e650828a360",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdcc9f8e-a3f0-4458-b604-c7ec1dedb395/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-03T00:23:15.736099-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": "TOR",
                "amount": 5939.0
            },
            {
                "team": "COL",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "6eb7fc29-c72c-4ce9-a5d9-568d3bb5e731",
            "gambit_id": "6e1acd12-419a-4bed-ab57-29c34c95128e",
            "last_updated": "2023-09-05T10:28:08.536463-04:00",
            "created_at": "2023-09-03T00:23:15.741156-04:00",
            "name": "TOR",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d5555d-9c04-4fab-b23e-7e650828a360/?format=api"
        },
        {
            "id": "f7d30223-94ec-494d-a5f0-f1daf676ecbc",
            "gambit_id": "2567529f-e05a-40cb-9461-7ba7b785f4ce",
            "last_updated": "2023-09-05T10:28:08.543992-04:00",
            "created_at": "2023-09-03T00:23:15.746047-04:00",
            "name": "COL",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d5555d-9c04-4fab-b23e-7e650828a360/?format=api"
        }
    ]
}