GET /api/bet_types/ad6abeca-d245-4d4a-a8ce-0c6c0f8589de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad6abeca-d245-4d4a-a8ce-0c6c0f8589de",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f944021-a3c6-4cd8-89d0-9e5eb0c66769/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-12T09:03:11.766495-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": "BOS (J Paxton)",
                "amount": 6674.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 3326.0
            }
        ],
        "expected_reward_tokens": 9543.82,
        "profit_sb": 43.82,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "77982a89-712d-42f2-8179-833ecca39955",
            "gambit_id": "60cbb478-88db-4db6-ac5f-65c2252e44c5",
            "last_updated": "2023-06-13T11:08:03.357270-04:00",
            "created_at": "2023-06-12T09:03:11.770715-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad6abeca-d245-4d4a-a8ce-0c6c0f8589de/?format=api"
        },
        {
            "id": "72cba211-9eb3-4558-9494-e99afbd9d989",
            "gambit_id": "c7b70a6b-7e74-4740-bc32-1ce00bcbd38a",
            "last_updated": "2023-06-13T11:08:03.355333-04:00",
            "created_at": "2023-06-12T09:03:11.768589-04:00",
            "name": "COL (C Seabold)",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad6abeca-d245-4d4a-a8ce-0c6c0f8589de/?format=api"
        }
    ]
}