GET /api/bet_types/ad632181-49ca-4e1d-9639-ece8c4ad6793/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad632181-49ca-4e1d-9639-ece8c4ad6793",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea899bee-8750-422d-8823-c8db71a6e662/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:23.285036-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 (J Quintana)",
                "amount": 5714.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f9e5772-fce0-4e32-bc7e-987ef87bc876",
            "gambit_id": "9c65048e-89d7-4f22-ab21-6e03cf4478d6",
            "last_updated": "2023-08-02T19:03:00.006093-04:00",
            "created_at": "2023-08-01T09:03:23.289997-04:00",
            "name": "NYM (J Quintana)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad632181-49ca-4e1d-9639-ece8c4ad6793/?format=api"
        },
        {
            "id": "a4c7f75a-fd40-404a-b69e-5203bb268f58",
            "gambit_id": "a2757215-3869-4ba3-8837-a743f9f09fd7",
            "last_updated": "2023-08-02T19:03:00.025791-04:00",
            "created_at": "2023-08-01T09:03:23.295801-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad632181-49ca-4e1d-9639-ece8c4ad6793/?format=api"
        }
    ]
}