GET /api/bet_types/4220c96e-9cea-42f3-953a-c731440add84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4220c96e-9cea-42f3-953a-c731440add84",
    "match": "https://api-prod.gambitprofit.com/api/matches/54013c7d-cb99-44e6-bf1d-24de66203b3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-15T08:58:22.488371-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": "CIN (G Ashcraft)",
                "amount": 5222.0
            },
            {
                "team": "CLE (L Allen)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0657bcd-82c2-4f6f-a649-eec810e85dcb",
            "gambit_id": "8dba5efe-c83b-4fea-89ca-302387d9ee1a",
            "last_updated": "2023-08-17T13:38:12.664978-04:00",
            "created_at": "2023-08-15T08:58:22.505734-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4220c96e-9cea-42f3-953a-c731440add84/?format=api"
        },
        {
            "id": "0123fae2-f4b3-46e7-a4fe-5f2f26b0e1b9",
            "gambit_id": "1aa95989-5441-4796-af25-4b6abed9ba7e",
            "last_updated": "2023-08-17T13:38:12.661563-04:00",
            "created_at": "2023-08-15T08:58:22.496925-04:00",
            "name": "CLE (L Allen)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4220c96e-9cea-42f3-953a-c731440add84/?format=api"
        }
    ]
}